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:
Martin Jansa
2013-03-20 16:09:10 +01:00
committed by Richard Purdie
parent 3e4655d951
commit 27296bd8e6
2 changed files with 5 additions and 3 deletions

View File

@@ -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 \