[OE-core] [PATCH 1/2] bash: Make bash_3.2.48 a nativesdk package.

Martin Ertsaas mertsas at cisco.com
Tue Sep 11 08:29:49 UTC 2012


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 <mertsas at cisco.com>
---
 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"
-- 
1.7.8.6





More information about the Openembedded-core mailing list