openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-11-02 13:10:36 +00:00
parent 8238ee666e
commit 30feed75df
3 changed files with 3 additions and 3 deletions

View 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"

View 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"

View File

@@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
inherit autotools
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"