diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-05-23 16:47:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-25 23:57:01 +0100 |
commit | 26bd53aebf3430f1b9ec459c6c6ab42c57d18319 (patch) | |
tree | cacbc8c6c3f4f92bde292014ad288dffc7077d29 /scripts/sysroot-relativelinks.py | |
parent | 84aa7a00810e135fdad3f77bdb1da7d1f5fb8627 (diff) | |
download | openembedded-core-26bd53aebf3430f1b9ec459c6c6ab42c57d18319.tar.gz openembedded-core-26bd53aebf3430f1b9ec459c6c6ab42c57d18319.tar.bz2 openembedded-core-26bd53aebf3430f1b9ec459c6c6ab42c57d18319.zip |
intltool: Adds gettext as a DEPENDS
When setting USE_NLS="no" and building systemd-boot
(which DEPENDS on intltool), configure fails,
complaining about missing gettext:
configure: error: GNU gettext tools not found; required for intltool
This is caused because USE_NLS="no" makes the gettext class
add gettext-minimal-native to BASEDEPENDS instead of adding
gettext-native.
Since we still would like to set USE_NLS="no" and build systemd-boot,
we add gettext-native as a dependency to intltool-native, which makes it
available for the configure script of systemd-boot fixing the problem.
[YOCTO #11562]
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/sysroot-relativelinks.py')
0 files changed, 0 insertions, 0 deletions