diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_4.2.52.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.8.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/db/db_4.2.52.bb b/meta/recipes-support/db/db_4.2.52.bb index b3ca493a01..df42af59a2 100644 --- a/meta/recipes-support/db/db_4.2.52.bb +++ b/meta/recipes-support/db/db_4.2.52.bb | |||
@@ -94,4 +94,4 @@ do_install_append() { | |||
94 | # The db package contains symlinks that trip up insane | 94 | # The db package contains symlinks that trip up insane |
95 | INSANE_SKIP_db = "1" | 95 | INSANE_SKIP_db = "1" |
96 | 96 | ||
97 | BBCLASSEXTEND = "native" | 97 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/meta/recipes-support/gdbm/gdbm_1.8.3.bb index e8369fd725..2a855357eb 100644 --- a/meta/recipes-support/gdbm/gdbm_1.8.3.bb +++ b/meta/recipes-support/gdbm/gdbm_1.8.3.bb | |||
@@ -13,4 +13,4 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native nativesdk" |