diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-20 14:12:09 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:39:43 +0100 |
commit | f2dc23cf886de95040080c4398a3320c211b65fa (patch) | |
tree | 8678c5bfe9519e0d9636c1acadf6f3422d54fdba /meta/recipes-extended/bash/bash_4.2.bb | |
parent | 9090abb6240d8a3bf2ff0acd84e13c363440896b (diff) | |
download | openembedded-core-f2dc23cf886de95040080c4398a3320c211b65fa.tar.gz openembedded-core-f2dc23cf886de95040080c4398a3320c211b65fa.tar.bz2 openembedded-core-f2dc23cf886de95040080c4398a3320c211b65fa.zip |
bash: fix warning about bashbug reference /usr/bin when installed in /bin
Change the installation process so we have bashbug in ${bindir} and
bash at ${base_bindir}.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.2.bb')
-rw-r--r-- | meta/recipes-extended/bash/bash_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash_4.2.bb b/meta/recipes-extended/bash/bash_4.2.bb index e96709a59c..50f2ff64b8 100644 --- a/meta/recipes-extended/bash/bash_4.2.bb +++ b/meta/recipes-extended/bash/bash_4.2.bb @@ -1,6 +1,6 @@ require bash.inc -PR = "r2" +PR = "r4" SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \ ${GNU_MIRROR}/bash/bash-4.2-patches/bash42-001;apply=yes;striplevel=0;name=patch001 \ |