diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 11:59:25 +0000 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 15:51:18 -0500 |
| commit | a548134f5a384fbc062306068c4600a5f7922e1b (patch) | |
| tree | 9b1dd3de77b8e564c73ff6ec62c3825689ba9d69 | |
| parent | 3c2c8491edd8c16ddc93256781e689a97c08186c (diff) | |
| download | meta-openembedded-a548134f5a384fbc062306068c4600a5f7922e1b.tar.gz | |
libtevent: Fix build when static libs disabled
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-support/libtevent/libtevent_0.9.25.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 2ec79e96cd..aa61ea6641 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 \ | |||
| 26 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 26 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
| 27 | --without-gettext \ | 27 | --without-gettext \ |
| 28 | " | 28 | " |
| 29 | DISABLE_STATIC = "" | ||
| 29 | 30 | ||
| 30 | PACKAGES += "python-tevent python-tevent-dbg" | 31 | PACKAGES += "python-tevent python-tevent-dbg" |
| 31 | 32 | ||
