diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-06-17 22:26:21 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-27 18:52:23 +0200 |
commit | 6eea054e67d19f936c82e5ce74d6a788e38b4a40 (patch) | |
tree | 5eeddcd0a5e766db893bb4e62c840687b58c4e59 /meta-oe/recipes-support/cramfs | |
parent | f7278f7900b98497bb900b004d727efba06773c1 (diff) | |
download | meta-openembedded-6eea054e67d19f936c82e5ce74d6a788e38b4a40.tar.gz |
cramfs_1.1: fix fetch error of cramfs-native
* the SRC_URI was pointing to an inexistent tarball
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cramfs')
-rw-r--r-- | meta-oe/recipes-support/cramfs/cramfs_1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cramfs/cramfs_1.1.bb b/meta-oe/recipes-support/cramfs/cramfs_1.1.bb index 14d975456..0bca0e1f4 100644 --- a/meta-oe/recipes-support/cramfs/cramfs_1.1.bb +++ b/meta-oe/recipes-support/cramfs/cramfs_1.1.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "zlib" | |||
5 | 5 | ||
6 | PE = "1" | 6 | PE = "1" |
7 | 7 | ||
8 | SRC_URI = "http://sourceforge.net/projects/cramfs/files/cramfs/1.1/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://sourceforge.net/projects/cramfs/files/cramfs/1.1/${BPN}-${PV}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "d3912b9f7bf745fbfea68f6a9b9de30f" | 10 | SRC_URI[md5sum] = "d3912b9f7bf745fbfea68f6a9b9de30f" |
11 | SRC_URI[sha256sum] = "133caca2c4e7c64106555154ee0ff693f5cf5beb9421ce2eb86baee997d22368" | 11 | SRC_URI[sha256sum] = "133caca2c4e7c64106555154ee0ff693f5cf5beb9421ce2eb86baee997d22368" |