diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:11:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:11 +0100 |
commit | 2311f5723139bd9733902ada61e03ee8de0377cc (patch) | |
tree | 6590ec4317221ce49633643bdbc03a1a593c575f /meta/recipes-support | |
parent | a9a02468fcb2b15cdb27002133b84911f2f24e62 (diff) | |
download | poky-2311f5723139bd9733902ada61e03ee8de0377cc.tar.gz |
apr: add bash to RDEPENDS_apr-dev
Bashsim in apr-dev/usr/share/build-1/libtool:
possible bashism in apr-dev/usr/share/build-1/libtool line 1004 ($RANDOM):
my_tmpdir="${my_template}-${RANDOM-0}$$"
possible bashism in apr-dev/usr/share/build-1/libtool line 3797 (should be '.', not 'source'):
dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
possible bashism in apr-dev/usr/share/build-1/libtool line 8237 (shopt):
test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
possible bashism in apr-dev/usr/share/build-1/libtool line 8240 (shopt):
shopt -s nocaseglob
possible bashism in apr-dev/usr/share/build-1/libtool line 9255 (should be VAR="${VAR}foo"):
rpath+=" $flag"
(From OE-Core rev: c9bf36cfd577a77f505b72d22144e5a6d608c129)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr_1.5.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.5.1.bb b/meta/recipes-support/apr/apr_1.5.1.bb index 2720b523f3..17dddbce7e 100644 --- a/meta/recipes-support/apr/apr_1.5.1.bb +++ b/meta/recipes-support/apr/apr_1.5.1.bb | |||
@@ -37,6 +37,7 @@ do_configure_prepend() { | |||
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" | 39 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" |
40 | RDEPENDS_${PN}-dev += "bash" | ||
40 | 41 | ||
41 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten | 42 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten |
42 | #when autoconf, so handle it again. | 43 | #when autoconf, so handle it again. |