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:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user