From patchwork Mon Mar 7 16:53:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libgpg-error: extend to nativesdk to catch up with metadata changes Date: Mon, 07 Mar 2011 16:53:47 -0000 From: Koen Kooi X-Patchwork-Id: 1189 Message-Id: <1299516827-23938-1-git-send-email-koen@dominion.thruhere.net> To: openembedded-core@lists.openembedded.org Cc: Koen Kooi libgpg-error was introduced into the dependency tree for meta-toolchain-qte without the needed nativesdk extend Signed-off-by: Koen Kooi --- .../libgpg-error/libgpg-error_1.9.bb | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb index 479a11f..5e474cd 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ SECTION = "libs" -DEPENDS = "gettext" PR = "r0" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ @@ -23,4 +22,6 @@ SRC_URI[sha256sum] = "54d9326bfbd46c705963c507953f65a40576d04b374e131008dc5b732f FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}/*" -inherit autotools binconfig pkgconfig +inherit gettext autotools binconfig pkgconfig + +BBCLASSEXTEND = "nativesdk"