From 29f099ea70301ec0eb672d5e9b0d0ed36ee015f9 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 17 Aug 2009 18:18:39 -0400 Subject: site/common-linux: centralize bash configure vars If the other site files are accurate, almost all of the bash vars are universal across Linux. Did this to fix bash on x86_64. Also bump bash PRs to help track breakage later. Signed-off-by: Michael Smith Acked-by: Tom Rini Acked-by: Khem Raj --- recipes/bash/bash_3.0.bb | 2 +- recipes/bash/bash_3.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/bash/bash_3.0.bb b/recipes/bash/bash_3.0.bb index e23887aefe..8165d07f3c 100644 --- a/recipes/bash/bash_3.0.bb +++ b/recipes/bash/bash_3.0.bb @@ -1,5 +1,5 @@ require bash.inc -PR = "r11" +PR = "r12" SRC_URI += "\ file://bash-3.0-fixes.patch;patch=1 \ diff --git a/recipes/bash/bash_3.2.bb b/recipes/bash/bash_3.2.bb index 6a48a4bd60..e1754679d4 100644 --- a/recipes/bash/bash_3.2.bb +++ b/recipes/bash/bash_3.2.bb @@ -1,6 +1,6 @@ require bash.inc -PR = "r7" +PR = "r8" SRC_URI += "\ file://builtins.patch;patch=1 \ -- cgit v1.2.3