mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
gettext: Fix library packaging so -dev packages aren't pulled in
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
|
|||||||
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
|
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
PROVIDES = "virtual/libintl"
|
PROVIDES = "virtual/libintl"
|
||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
||||||
@@ -24,6 +24,8 @@ acpaths = '-I ${S}/autoconf-lib-link/m4/ \
|
|||||||
-I ${S}/gettext-runtime/m4 \
|
-I ${S}/gettext-runtime/m4 \
|
||||||
-I ${S}/gettext-tools/m4'
|
-I ${S}/gettext-tools/m4'
|
||||||
|
|
||||||
|
FILES_${PN} += "${libdir}/libgettextlib-${PV}.so ${libdir}/libgettextsrc-${PV}.so"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
rm -f ${S}/config/m4/libtool.m4
|
rm -f ${S}/config/m4/libtool.m4
|
||||||
install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/
|
install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/
|
||||||
|
|||||||
Reference in New Issue
Block a user