diff options
| -rw-r--r-- | meta/recipes-support/apr/apr_1.7.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/recipes-support/apr/apr_1.7.0.bb index eca9cdea48..8a9b780593 100644 --- a/meta/recipes-support/apr/apr_1.7.0.bb +++ b/meta/recipes-support/apr/apr_1.7.0.bb | |||
| @@ -23,7 +23,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ | |||
| 23 | SRC_URI[md5sum] = "7a14a83d664e87599ea25ff4432e48a7" | 23 | SRC_URI[md5sum] = "7a14a83d664e87599ea25ff4432e48a7" |
| 24 | SRC_URI[sha256sum] = "e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea" | 24 | SRC_URI[sha256sum] = "e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea" |
| 25 | 25 | ||
| 26 | inherit autotools-brokensep lib_package binconfig multilib_header ptest | 26 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script |
| 27 | 27 | ||
| 28 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | 28 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" |
| 29 | 29 | ||
| @@ -51,6 +51,9 @@ do_configure_prepend() { | |||
| 51 | ./buildconf 2 | 51 | ./buildconf 2 |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apr-1-config \ | ||
| 55 | ${PN}-dev:${datadir}/build-1/apr_rules.mk" | ||
| 56 | |||
| 54 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" | 57 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" |
| 55 | RDEPENDS_${PN}-dev += "bash" | 58 | RDEPENDS_${PN}-dev += "bash" |
| 56 | 59 | ||
