diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-26 09:02:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-27 08:31:09 +0100 |
| commit | 4310088f23488b6f6daf72e40dbde0f5563e73ab (patch) | |
| tree | 294842299398f2767ad95bb52985467f50155a8e | |
| parent | 848cc2740d94fc91219c8ed1565a7755e815b19a (diff) | |
| download | poky-4310088f23488b6f6daf72e40dbde0f5563e73ab.tar.gz | |
apt-native: Add missing DEPENDS on db-native and curl-native
The target recipe has these DEPENDS but the native version does not
and this can lead to none deterministic builds. Fix this.
(From OE-Core rev: 9a3240acd0ac64a257bcfd48f743fc85b6c8f449)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 @@ | |||
| 1 | require apt.inc | 1 | require apt.inc |
| 2 | inherit native | 2 | inherit native |
| 3 | 3 | ||
| 4 | DEPENDS += "dpkg-native gettext-native" | 4 | DEPENDS += "dpkg-native gettext-native db-native curl-native" |
| 5 | PACKAGES = "" | 5 | PACKAGES = "" |
| 6 | USE_NLS = "yes" | 6 | USE_NLS = "yes" |
| 7 | 7 | ||
