mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libiconv: drop hack since gettext was being inherited
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
eea34cae84
commit
94572bcc4b
@@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
|||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
PROVIDES = "virtual/libiconv"
|
PROVIDES = "virtual/libiconv"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
#gettext.class cant be inherit here so use this hack
|
|
||||||
DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
|
|
||||||
|
|
||||||
EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
|
EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user