From: Richard Purdie Date: Tue, 2 Nov 2010 13:10:36 +0000 (+0000) Subject: openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk X-Git-Tag: 2011-1~4146 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=30feed75dfed81c03537ba63a94e7fe8949c042d;p=openembedded-core.git openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8o.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8o.bb index 31c5568ba1..3949540f7c 100644 --- a/meta/recipes-connectivity/openssl/openssl_0.9.8o.bb +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8o.bb @@ -25,4 +25,4 @@ SRC_URI += "file://debian/ca.patch \ SRC_URI += "file://configure-targets.patch \ file://shared-libs.patch" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/db/db_4.2.52.bb b/meta/recipes-support/db/db_4.2.52.bb index b3ca493a01..df42af59a2 100644 --- a/meta/recipes-support/db/db_4.2.52.bb +++ b/meta/recipes-support/db/db_4.2.52.bb @@ -94,4 +94,4 @@ do_install_append() { # The db package contains symlinks that trip up insane INSANE_SKIP_db = "1" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/meta/recipes-support/gdbm/gdbm_1.8.3.bb index e8369fd725..2a855357eb 100644 --- a/meta/recipes-support/gdbm/gdbm_1.8.3.bb +++ b/meta/recipes-support/gdbm/gdbm_1.8.3.bb @@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ inherit autotools -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"