mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:36:23 +00:00
openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
8238ee666e
commit
30feed75df
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
|
||||
|
||||
inherit autotools
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user