]> code.ossystems Code Review - openembedded-core.git/commitdiff
xz: set CONFIG_SHELL to /bin/sh
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 13 Aug 2014 08:18:12 +0000 (01:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:07 +0000 (09:25 +0100)
It would be bash, sh, ksh or sh5 according to the host if we don't set
this, and its scripts don't have bashism as the checkbashisms shows.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/xz/xz_5.1.3alpha.bb

index b8501a5a390ff60ace076f32be8f65e4b8379cdc..168e3837d88ab8f6d2b3bb699f13e36e70ff5dd1 100644 (file)
@@ -38,3 +38,5 @@ FILES_liblzma-staticdev = "${libdir}/liblzma.a"
 FILES_liblzma-dbg = "${libdir}/.debug/liblzma*"
 
 BBCLASSEXTEND = "native nativesdk"
+
+export CONFIG_SHELL="/bin/sh"