mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
util-linux: Fix build when NLS is disabled
AC_CHECK_DECLS generated defines should be checked with #if not #ifdef (From OE-Core rev: 14b86a350d07b0da550a7a39886a660210918fbf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
MAJOR_VERSION = "2.21"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
require util-linux.inc
|
||||
|
||||
# note that `lscpu' is under GPLv3+
|
||||
@@ -7,7 +7,8 @@ LICENSE_util-linux-lscpu = "GPLv3+"
|
||||
|
||||
SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
|
||||
file://util-linux-ng-2.16-mount_lock_path.patch \
|
||||
file://uclibc-__progname-conflict.patch \
|
||||
file://uclibc-__progname-conflict.patch \
|
||||
file://fix_NL_TIME_FIRST_WEEKDAY.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "3c7a26963f3921c1e775a80330321870"
|
||||
|
||||
Reference in New Issue
Block a user