Commit b2dcab30 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

lzma: host targets should not be user selectable



Instead they should get automatically built if needed.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 81ce2ae6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
	e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
	gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
	libelf, libevent, libglib2, liblockfile, libmad, libnl, libupnp,
	libuuid, ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, netsnmp,
	ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba, sawman,
	shared-mime-info, speech-tools, sqlite, squashfs, syslinux, u-boot,
	util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
	libuuid, ltrace, lua, lzma, mdadm, ncftp, ncurses, netkittelnet,
	netsnmp, ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba,
	sawman, shared-mime-info, speech-tools, sqlite, squashfs, syslinux,
	u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
	xdata_xcursor-themes, zlib

	Removed package: mdnsresponder, mpatrol
+0 −7
Original line number Diff line number Diff line
@@ -8,10 +8,3 @@ config BR2_PACKAGE_LZMA_TARGET

comment "lzma requires a toolchain with C++ support"
        depends on !BR2_GCC_CROSS_CXX

config BR2_PACKAGE_LZMA_HOST
	bool "Install lzma for the host/build system"
	help
	  lzma utils on the host

	  http://tukaani.org/lzma/
+0 −5
Original line number Diff line number Diff line
@@ -129,11 +129,6 @@ lzma-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(BR2_PACKAGE_LZMA_HOST),y)
TARGETS+=lzma-host
HOST_SOURCE+=lzma-source
endif

ifeq ($(BR2_PACKAGE_LZMA_TARGET),y)
TARGETS+=lzma-target
endif
+0 −1
Original line number Diff line number Diff line
@@ -325,7 +325,6 @@ EXE mk xvkbd
RESTART
comment	Compressors / decompressors
EXE	mk	lzo				OK	
EXE	mk	lzma-host			OK	
EXE	mk	lzma-target			OK	
EXE	mk	zlib				OK	
comment	Package managers