diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-03 16:42:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-03 16:43:37 +0100 |
commit | 66dfd49b868cc9a73ee688d6173e4f2a9c3cf4d8 (patch) | |
tree | d475a5aadd35ff33aa44506e42e573f3684c035d /meta/recipes-devtools | |
parent | 73dae11852c656adbf5a2b0e44ac4c7e0078cd8d (diff) | |
download | poky-66dfd49b868cc9a73ee688d6173e4f2a9c3cf4d8.tar.gz |
apt-native: Fix incorrect checksums
The apt recipe had the correct checksums, the -native did not. Depending
on which downloaded first, the build could succeed or fail.
This patch corrects the checksums for -native to match the apt recipe.
(From OE-Core rev: 86d0708bb59952a139e705a8c396e70dd0084b75)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/apt/apt-native_0.9.8.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb b/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb index 000a18d8d9..addcc4e896 100644 --- a/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb +++ b/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | require apt-native.inc | 1 | require apt-native.inc |
2 | 2 | ||
3 | SRC_URI += "file://noconfigure.patch \ | 3 | SRC_URI += "file://noconfigure.patch \ |
4 | file://no-curl.patch" | 4 | file://no-curl.patch" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "d44f459d59d8fa7fc5f455f1f982f08c" | 6 | SRC_URI[md5sum] = "85781bb39901d6fb79c37ca307929594" |
7 | SRC_URI[sha256sum] = "9570905992f4a83b0c182f11f9e0a8c20a1209a52996d1a01ddbfa359ae2c819" | 7 | SRC_URI[sha256sum] = "dcef6fc33948d5e430d337ad6326bf7ac3d06b14d99ede176809461ac12b4c6f" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 9 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |