mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libuser_0.57.1.bb: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: b24e2d43af95df7cc77849de2f25c5dc110e1b7b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -17,8 +17,8 @@ SRC_URI[md5sum] = "be82c6941264d0b4bd04f95fb342ec7d"
|
|||||||
SRC_URI[sha256sum] = "a61289867581fa715354a3fafe09c3e481173ce0a2dcb33b04588b6ac13cead5"
|
SRC_URI[sha256sum] = "a61289867581fa715354a3fafe09c3e481173ce0a2dcb33b04588b6ac13cead5"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
DEPENDS = "gettext popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native"
|
DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native"
|
||||||
|
|
||||||
EXTRA_OECONF += "--without-python"
|
EXTRA_OECONF += "--without-python"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools gettext
|
||||||
|
|||||||
Reference in New Issue
Block a user