mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 15:50:16 +00:00
gettext.bbclass: Set the gettext dependencies correctly for target, cross and native packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -11,5 +11,7 @@ python () {
|
||||
gettext_after_parse(d)
|
||||
}
|
||||
|
||||
DEPENDS =+ "gettext-native"
|
||||
DEPENDS_GETTEXT = "gettext gettext-native"
|
||||
|
||||
DEPENDS =+ "${DEPENDS_GETTEXT}"
|
||||
EXTRA_OECONF += "--enable-nls"
|
||||
|
||||
Reference in New Issue
Block a user