From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UbkJT-0002Is-4c for openembedded-core@lists.openembedded.org; Mon, 13 May 2013 06:24:44 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r4D46RxA011104 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 12 May 2013 21:06:27 -0700 (PDT) Received: from yow-bashfiel-d3.corp.ad.wrs.com (128.224.130.136) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.342.3; Sun, 12 May 2013 21:06:27 -0700 From: Bruce Ashfield To: Date: Sun, 12 May 2013 21:06:16 -0700 Message-ID: <1368417985-23062-2-git-send-email-bruce.ashfield@windriver.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: MIME-Version: 1.0 Cc: paul.eggleton@linux.intel.com, otavio@ossystems.com.br, openembedded-core@lists.openembedded.org Subject: [PATCH dylan 2/2] kern-tools: refresh and make dash compliant X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 04:25:05 -0000 Content-Type: text/plain The separately packaged merge_config.sh in the kern-tools package was missing upstream fixes, and in particular a change that ensures it is dash compatible. By grabbing that upstream commit and rebasing the existing patches on top of the new baseline, we are up to date and working on systems where /bin/sh is dash. [YOCTO #4473] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 6620c4b..a86dda3 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c DEPENDS = "git-native guilt-native" -SRCREV = "9713c9ef7f6e178a0a2a5f2a9c74e3c123ae48dd" +SRCREV = "1a3c59526d6abe95662820b9493c8a62dab52d79" PR = "r12" PV = "0.1+git${SRCPV}" -- 1.7.10.4