mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02: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:
@@ -35,6 +35,8 @@ LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE} "
|
||||
STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
|
||||
STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
|
||||
|
||||
DEPENDS_GETTEXT = "gettext-native"
|
||||
|
||||
# Don't use site files for native builds
|
||||
export CONFIG_SITE = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user