From patchwork Tue Sep 11 08:29:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] bash: Make bash_3.2.48 a nativesdk package. Date: Tue, 11 Sep 2012 08:29:49 -0000 From: Martin Ertsaas X-Patchwork-Id: 36259 Message-Id: <1347352189-30965-1-git-send-email-mertsas@cisco.com> To: openembedded-core@lists.openembedded.org 3.2.48 is the bash package in oe-core which is not GPLv3. Making that a nativesdk package makes sure we have the same bash version in our toolchain as in our image. Signed-off-by: Martin Ertsaas --- meta/recipes-extended/bash/bash_3.2.48.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/meta/recipes-extended/bash/bash_3.2.48.bb index 509d7a0..c317a02 100644 --- a/meta/recipes-extended/bash/bash_3.2.48.bb +++ b/meta/recipes-extended/bash/bash_3.2.48.bb @@ -48,3 +48,5 @@ pkg_postinst_${PN} () { grep -q "bin/bash" $D${sysconfdir}/shells || echo /bin/bash >> $D${sysconfdir}/shells grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells } + +BBCLASSEXTEND = "nativesdk"