mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
apr: add mulitlib scripts apr-1-config, apr_rules.mk
apr_rules.mk encodes build options in to file 35c35 < CC=x86_64-montavista-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 --sysroot= (From OE-Core rev: 9cdfafe487fc5e7fecdc56a8fa5c3ea70829fb99) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c897b60bca
commit
0101968aa8
@@ -23,7 +23,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
|
||||
SRC_URI[md5sum] = "7a14a83d664e87599ea25ff4432e48a7"
|
||||
SRC_URI[sha256sum] = "e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea"
|
||||
|
||||
inherit autotools-brokensep lib_package binconfig multilib_header ptest
|
||||
inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script
|
||||
|
||||
OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
|
||||
|
||||
@@ -51,6 +51,9 @@ do_configure_prepend() {
|
||||
./buildconf 2
|
||||
}
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apr-1-config \
|
||||
${PN}-dev:${datadir}/build-1/apr_rules.mk"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
|
||||
RDEPENDS_${PN}-dev += "bash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user