diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-08-03 06:58:25 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-05 23:59:55 -0700 |
commit | c07c477ff96358d3b40cc743ec4adf92193bb336 (patch) | |
tree | f2cb9e2d533b0f71818c6999076236f4cf65004c /meta/recipes-devtools | |
parent | 18400a147cbc3db608212c966f1b20474a8a5cb8 (diff) | |
download | openembedded-core-c07c477ff96358d3b40cc743ec4adf92193bb336.tar.gz openembedded-core-c07c477ff96358d3b40cc743ec4adf92193bb336.tar.bz2 openembedded-core-c07c477ff96358d3b40cc743ec4adf92193bb336.zip |
apt-native: fix SRC_URI Checksum for update
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/apt/apt-native_0.9.9.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/apt-native_0.9.9.4.bb b/meta/recipes-devtools/apt/apt-native_0.9.9.4.bb index babf4cfaf9..d5934f9942 100644 --- a/meta/recipes-devtools/apt/apt-native_0.9.9.4.bb +++ b/meta/recipes-devtools/apt/apt-native_0.9.9.4.bb @@ -3,7 +3,7 @@ require apt-native.inc SRC_URI += "file://noconfigure.patch \ file://no-curl.patch" -SRC_URI[md5sum] = "956bb906224a5662111d353ab11a0347" -SRC_URI[sha256sum] = "cb0360e218490d875dc1e9e15c4e0ba0b53c7f512a6c98253f2eb07877be5106" +SRC_URI[md5sum] = "72b3283acd9b99868da5545f0499b0da" +SRC_URI[sha256sum] = "770cb94d7f4c922c2a1516f2b5ec852d3ad668a8c9c3713ac2528c861b7fa79a" LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |