mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
gettext: Make gettext 0.16.1 extend native and nativesdk.
gettext 0.16.1 is a GPLv2 version of gettext. Making that extend native and nativesdk makes sure we use the same version of gettext for compiling internally as well as in our toolchain. (From OE-Core rev: 6322a1b3680d2480c96433fde5a913b3bf2d09ea) Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
925594a94b
commit
f20b8ffc5c
@@ -93,3 +93,5 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
|
|||||||
do_install_append() {
|
do_install_append() {
|
||||||
rm -f ${D}${libdir}/preloadable_libintl.so
|
rm -f ${D}${libdir}/preloadable_libintl.so
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user