[oe-commits] Florian Boor : libelf: Enable sdk variant

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 14:39:04 UTC 2012


Module: openembedded.git
Branch: master
Commit: 16cdad692726eaf1558c25d68be603787e6d654d
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=16cdad692726eaf1558c25d68be603787e6d654d

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Fri Jan 28 18:01:29 2011 +0100

libelf: Enable sdk variant

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/libelf/libelf_0.8.13.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/libelf/libelf_0.8.13.bb b/recipes/libelf/libelf_0.8.13.bb
index ea19b35..0b93f00 100644
--- a/recipes/libelf/libelf_0.8.13.bb
+++ b/recipes/libelf/libelf_0.8.13.bb
@@ -13,6 +13,7 @@ PARALLEL_MAKE = ""
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 EXTRA_OECONF_append_virtclass-native = " --enable-static"
+EXTRA_OECONF_append_virtclass-sdk = " --enable-static"
 
 do_configure_prepend () {
 	if test ! -e acinclude.m4; then
@@ -30,7 +31,7 @@ do_install () {
         done
         make includedir=${STAGING_INCDIR} install-compat
 }
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native sdk"
 # both SRC_URI items are the same file
 SRC_URI[archive.md5sum] = "4136d7b4c04df68b686570afa26988ac"
 SRC_URI[archive.sha256sum] = "591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d"





More information about the Openembedded-commits mailing list