]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash: separate B and S
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Jan 2015 03:08:51 +0000 (19:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:44 +0000 (23:06 +0000)
It works well now, and bump the PR to avoid:
x86_64-poky-linux-ar: shmatch.o: No such file or directory

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/bash/bash.inc
meta/recipes-extended/bash/bash_4.3.bb

index a00db5c8211fc51809d8d3d7c7cdd5eb9fb0045c..0fd5af9797b300df6ad0056c246cdad625b16b61 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "base/shell"
 
 DEPENDS = "ncurses bison-native"
 
-inherit autotools-brokensep gettext texinfo update-alternatives ptest
+inherit autotools gettext texinfo update-alternatives ptest
 
 PARALLEL_MAKE = ""
 
index 54f21017dbf85981476edb80a8a142fd7b25cf46..23d31976bb7471b21bb811b585091c49d969c90b 100644 (file)
@@ -1,5 +1,7 @@
 require bash.inc
 
+PR = "r1"
+
 # GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"