summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-11-02 13:10:36 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-02 13:10:36 +0000
commit30feed75dfed81c03537ba63a94e7fe8949c042d (patch)
tree851dfcd18f00dd0f2450dbd237299627f2ec126c
parent8238ee666ed09cef1aa5a6b34867fea90abb687e (diff)
downloadpoky-30feed75dfed81c03537ba63a94e7fe8949c042d.tar.gz
openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8o.bb2
-rw-r--r--meta/recipes-support/db/db_4.2.52.bb2
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.8.3.bb2
3 files changed, 3 insertions, 3 deletions
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 \
25SRC_URI += "file://configure-targets.patch \ 25SRC_URI += "file://configure-targets.patch \
26 file://shared-libs.patch" 26 file://shared-libs.patch"
27 27
28BBCLASSEXTEND = "native" 28BBCLASSEXTEND = "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() {
94# The db package contains symlinks that trip up insane 94# The db package contains symlinks that trip up insane
95INSANE_SKIP_db = "1" 95INSANE_SKIP_db = "1"
96 96
97BBCLASSEXTEND = "native" 97BBCLASSEXTEND = "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 \
13 13
14inherit autotools 14inherit autotools
15 15
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native nativesdk"