From: Robert Yang Date: Tue, 13 Jan 2015 03:08:51 +0000 (-0800) Subject: bash: separate B and S X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31f86b4c81d409b91feb77a46d362de1ad29b69;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index a00db5c8211..0fd5af9797b 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -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 = "" diff --git a/meta/recipes-extended/bash/bash_4.3.bb b/meta/recipes-extended/bash/bash_4.3.bb index 54f21017dbf..23d31976bb7 100644 --- a/meta/recipes-extended/bash/bash_4.3.bb +++ b/meta/recipes-extended/bash/bash_4.3.bb @@ -1,5 +1,7 @@ require bash.inc +PR = "r1" + # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"