[oe-commits] [meta-openembedded] 02/19: libtevent: Fix build when static libs disabled

git at git.openembedded.org git at git.openembedded.org
Tue Feb 23 00:44:49 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit a548134f5a384fbc062306068c4600a5f7922e1b
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 11:59:25 2016 +0000

    libtevent: Fix build when static libs disabled
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/libtevent/libtevent_0.9.25.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.25.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.25.bb
index 2ec79e9..aa61ea6 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.9.25.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.25.bb
@@ -26,6 +26,7 @@ EXTRA_OECONF += "--disable-rpath \
                  --with-libiconv=${STAGING_DIR_HOST}${prefix}\
                  --without-gettext \
                 "
+DISABLE_STATIC = ""
 
 PACKAGES += "python-tevent python-tevent-dbg"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list