diff options
Diffstat (limited to 'meta/packages/apt/apt-native.inc')
-rw-r--r-- | meta/packages/apt/apt-native.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index 75cd8f47cd..c3814842e0 100644 --- a/meta/packages/apt/apt-native.inc +++ b/meta/packages/apt/apt-native.inc @@ -1,10 +1,10 @@ require apt.inc inherit native -DEPENDS += "dpkg-native curl-native db-native" +DEPENDS += "dpkg-native curl-native db-native gettext-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" PACKAGES = "" -USE_NLS = "no" +USE_NLS = "yes" SRC_URI += "file://db_linking_hack.patch;patch=1" |