1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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
@@ -25,4 +25,4 @@ SRC_URI += "file://debian/ca.patch \
SRC_URI += "file://configure-targets.patch \ SRC_URI += "file://configure-targets.patch \
file://shared-libs.patch" file://shared-libs.patch"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"
+1 -1
View File
@@ -94,4 +94,4 @@ do_install_append() {
# The db package contains symlinks that trip up insane # The db package contains symlinks that trip up insane
INSANE_SKIP_db = "1" INSANE_SKIP_db = "1"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"
+1 -1
View File
@@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
inherit autotools inherit autotools
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"