mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
util-linux: Use u-a for getopt
* when enable busybox installs getopt to ${base_bindir} and
util-linux to ${bindir}, so there is no file conflict, but
because busybox implementation does not support --long used
by lsb_release (which RDEPENDS on util-linux) we need to use
util-linux getopt even when busybox defconfig has it enabled
(From OE-Core rev: 2dcc867247b402bb4223cc7b9861088958599866)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3e4655d951
commit
27296bd8e6
@@ -1,5 +1,5 @@
|
||||
MAJOR_VERSION = "2.22"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
require util-linux.inc
|
||||
|
||||
SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
|
||||
|
||||
Reference in New Issue
Block a user