diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:26 +0000 |
commit | de6e1fa664e6cba697bc5909c2ef5ecec8fdf1d3 (patch) | |
tree | 2aea9354ef7d8606d3a85a1bdf2fa75305d5495f /meta | |
parent | 42947da333b4844daf09b92d965a4438978dc3e4 (diff) | |
download | poky-de6e1fa664e6cba697bc5909c2ef5ecec8fdf1d3.tar.gz |
bash: separate B and S
It works well now, and bump the PR to avoid:
x86_64-poky-linux-ar: shmatch.o: No such file or directory
(From OE-Core rev: f31f86b4c81d409b91feb77a46d362de1ad29b69)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/bash/bash_4.3.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index a00db5c821..0fd5af9797 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -4,7 +4,7 @@ SECTION = "base/shell" | |||
4 | 4 | ||
5 | DEPENDS = "ncurses bison-native" | 5 | DEPENDS = "ncurses bison-native" |
6 | 6 | ||
7 | inherit autotools-brokensep gettext texinfo update-alternatives ptest | 7 | inherit autotools gettext texinfo update-alternatives ptest |
8 | 8 | ||
9 | PARALLEL_MAKE = "" | 9 | PARALLEL_MAKE = "" |
10 | 10 | ||
diff --git a/meta/recipes-extended/bash/bash_4.3.bb b/meta/recipes-extended/bash/bash_4.3.bb index 54f21017db..23d31976bb 100644 --- a/meta/recipes-extended/bash/bash_4.3.bb +++ b/meta/recipes-extended/bash/bash_4.3.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require bash.inc | 1 | require bash.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) | 5 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) |
4 | LICENSE = "GPLv3+" | 6 | LICENSE = "GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |