[oe-commits] Philip Balister : libevent_2.0.22.bb: Add native and nativesdk support to the recipe.

git at git.openembedded.org git at git.openembedded.org
Tue Sep 1 20:40:52 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 947950242376f23808bc5b9c7ddddff46a1f1925
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=947950242376f23808bc5b9c7ddddff46a1f1925

Author: Philip Balister <philip at balister.org>
Date:   Tue Sep  1 09:47:22 2015 -0400

libevent_2.0.22.bb: Add native and nativesdk support to the recipe.

Build tested against thrift recipe under development.

Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libevent/libevent_2.0.22.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libevent/libevent_2.0.22.bb b/meta/recipes-support/libevent/libevent_2.0.22.bb
index 2f49293..58c263c 100644
--- a/meta/recipes-support/libevent/libevent_2.0.22.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.22.bb
@@ -28,6 +28,8 @@ inherit ptest
 
 DEPENDS = "zlib"
 
+BBCLASSEXTEND = "native nativesdk"
+
 do_install_ptest() {
 	install -d ${D}${PTEST_PATH}/test
 	for file in ${B}/test/.libs/regress ${B}/test/.libs/test*



More information about the Openembedded-commits mailing list