diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/cdrtools | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/cdrtools')
-rw-r--r-- | recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb (renamed from recipes/cdrtools/cdrtools-native_2.01.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/cdrtools/cdrtools-native_2.01.bb b/recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb index 35404c9c04..9e89874c85 100644 --- a/recipes/cdrtools/cdrtools-native_2.01.bb +++ b/recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb @@ -6,7 +6,9 @@ LICENSE="OSS" DESCRIPTION="A set of tools for CD recording, including cdrecord" HOMEPAGE="http://cdrecord.berlios.de/private/cdrecord.html" -SRC_URI="http://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2" +SRC_URI="http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-2.01.01a77.tar.bz2;name=src" +SRC_URI[src.md5sum] = "0564e79a18d9a6768dbbb02a7717c5ab" +SRC_URI[src.sha256sum] = "c007e72ec113503a30f26f7b344d95f804a72ff4981141e2a55fc2b32db324cc" S="${WORKDIR}/cdrtools-${PV}" PR = "r2" |