diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/apt/apt-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc index 36035b0d51..fede8694c4 100644 --- a/meta/recipes-devtools/apt/apt-native.inc +++ b/meta/recipes-devtools/apt/apt-native.inc @@ -1,7 +1,7 @@ require apt.inc inherit native -DEPENDS += "dpkg-native gettext-native" +DEPENDS += "dpkg-native gettext-native db-native curl-native" PACKAGES = "" USE_NLS = "yes" |