lzma: host targets should not be user selectable
Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
81ce2ae61c
commit
b2dcab30ce
8
CHANGES
8
CHANGES
@ -7,10 +7,10 @@
|
|||||||
e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
|
e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
|
||||||
gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
|
gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
|
||||||
libelf, libevent, libglib2, liblockfile, libmad, libnl, libupnp,
|
libelf, libevent, libglib2, liblockfile, libmad, libnl, libupnp,
|
||||||
libuuid, ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, netsnmp,
|
libuuid, ltrace, lua, lzma, mdadm, ncftp, ncurses, netkittelnet,
|
||||||
ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba, sawman,
|
netsnmp, ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba,
|
||||||
shared-mime-info, speech-tools, sqlite, squashfs, syslinux, u-boot,
|
sawman, shared-mime-info, speech-tools, sqlite, squashfs, syslinux,
|
||||||
util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
||||||
xdata_xcursor-themes, zlib
|
xdata_xcursor-themes, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol
|
Removed package: mdnsresponder, mpatrol
|
||||||
|
@ -8,10 +8,3 @@ config BR2_PACKAGE_LZMA_TARGET
|
|||||||
|
|
||||||
comment "lzma requires a toolchain with C++ support"
|
comment "lzma requires a toolchain with C++ support"
|
||||||
depends on !BR2_GCC_CROSS_CXX
|
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/
|
|
||||||
|
@ -129,11 +129,6 @@ lzma-dirclean:
|
|||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
ifeq ($(BR2_PACKAGE_LZMA_HOST),y)
|
|
||||||
TARGETS+=lzma-host
|
|
||||||
HOST_SOURCE+=lzma-source
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LZMA_TARGET),y)
|
ifeq ($(BR2_PACKAGE_LZMA_TARGET),y)
|
||||||
TARGETS+=lzma-target
|
TARGETS+=lzma-target
|
||||||
endif
|
endif
|
||||||
|
@ -325,7 +325,6 @@ EXE mk xvkbd
|
|||||||
RESTART
|
RESTART
|
||||||
comment Compressors / decompressors
|
comment Compressors / decompressors
|
||||||
EXE mk lzo OK
|
EXE mk lzo OK
|
||||||
EXE mk lzma-host OK
|
|
||||||
EXE mk lzma-target OK
|
EXE mk lzma-target OK
|
||||||
EXE mk zlib OK
|
EXE mk zlib OK
|
||||||
comment Package managers
|
comment Package managers
|
||||||
|
Loading…
Reference in New Issue
Block a user