]> code.ossystems Code Review - openembedded-core.git/commit
lsb: lsb_release script incompatible with busybox head and find
authorAthanasios Oikonomou <athoik@gmail.com>
Fri, 17 Feb 2017 19:50:52 +0000 (21:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:19 +0000 (12:29 -0800)
commit9b036ac92073cadd26819def37ac0199f1ec9934
treeb4ea09aa0bea8bde23684c679eaa6e43e341f43e
parent0e0122ab57ffaf0119b9614b9ac4833d7acb997b
lsb: lsb_release script incompatible with busybox head and find

Busybox implementation only supports head -1 option if ENABLE_INCLUDE_SUSv2
or ENABLE_FEATURE_FANCY_HEAD configuration options are enabled. Also the -and
option for find is only supported if ENABLE_DESKTOP configuration option is
enabled. These configuration options are not enabled in several builds, which is
why this patch is needed.

[YOCTO #11041]

Signed-off-by: Athanasios Oikonomou <athoik@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/lsb/lsb/0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch [new file with mode: 0644]
meta/recipes-extended/lsb/lsb_4.1.bb