diff options
Diffstat (limited to 'meta/recipes-support/libevent')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.1.8.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.1.8.bb b/meta/recipes-support/libevent/libevent_2.1.8.bb index 83ce4644cf..0f91e05a6c 100644 --- a/meta/recipes-support/libevent/libevent_2.1.8.bb +++ b/meta/recipes-support/libevent/libevent_2.1.8.bb | |||
@@ -28,12 +28,16 @@ inherit autotools | |||
28 | # Needed for Debian packaging | 28 | # Needed for Debian packaging |
29 | LEAD_SONAME = "libevent-2.1.so" | 29 | LEAD_SONAME = "libevent-2.1.so" |
30 | 30 | ||
31 | inherit ptest | 31 | inherit ptest multilib_header |
32 | 32 | ||
33 | DEPENDS = "zlib" | 33 | DEPENDS = "zlib" |
34 | 34 | ||
35 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
36 | 36 | ||
37 | do_install_append() { | ||
38 | oe_multilib_header event2/event-config.h | ||
39 | } | ||
40 | |||
37 | do_install_ptest() { | 41 | do_install_ptest() { |
38 | install -d ${D}${PTEST_PATH}/test | 42 | install -d ${D}${PTEST_PATH}/test |
39 | for file in ${B}/test/.libs/regress ${B}/test/.libs/test* | 43 | for file in ${B}/test/.libs/regress ${B}/test/.libs/test* |