diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-02 13:10:36 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-02 13:10:36 +0000 |
commit | 30feed75dfed81c03537ba63a94e7fe8949c042d (patch) | |
tree | 851dfcd18f00dd0f2450dbd237299627f2ec126c /meta/recipes-support/gdbm | |
parent | 8238ee666ed09cef1aa5a6b34867fea90abb687e (diff) | |
download | poky-30feed75dfed81c03537ba63a94e7fe8949c042d.tar.gz |
openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gdbm')
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |