From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- recipes-append/bash/bash_4.2.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-append/bash/bash_4.2.bbappend (limited to 'recipes-append/bash') diff --git a/recipes-append/bash/bash_4.2.bbappend b/recipes-append/bash/bash_4.2.bbappend new file mode 100644 index 0000000..0b5ad7f --- /dev/null +++ b/recipes-append/bash/bash_4.2.bbappend @@ -0,0 +1,13 @@ +# Fixup for broken ENEA environment with bash under /usr/bin/bash +# RPM nativesdk packaging breaks for meta-toolchain without this append. + +FILES_${PN} += "${base_bindir}/* ${exec_prefix}/bin/*" + +do_install_append () { + mkdir -p ${D}/usr/bin + cd ${D}/usr/bin && ln -sf /bin/bash bash +} + +BBCLASSEXTEND = "native nativesdk" + + -- cgit v1.2.3-54-g00ecf