]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 2 Nov 2010 13:10:36 +0000 (13:10 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 2 Nov 2010 13:10:36 +0000 (13:10 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-connectivity/openssl/openssl_0.9.8o.bb
meta/recipes-support/db/db_4.2.52.bb
meta/recipes-support/gdbm/gdbm_1.8.3.bb

index 31c5568ba196169a978622813614de5b4180ff26..3949540f7cf4acd7754314c1767075f656d31896 100644 (file)
@@ -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"
index b3ca493a013f14dfd1f13a9666a8c4f4e5b9172d..df42af59a23c827c5f7d885b363de79c4703fe65 100644 (file)
@@ -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"
index e8369fd7255bc94424d2ed4c9d6a467009b683b0..2a855357eb9ff36f219191e741178f1fbbaf0308 100644 (file)
@@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
 
 inherit autotools
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"