From 256938213fd7c3ea42f0749199904da451fb086d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 28 Nov 2010 23:41:03 +0000 Subject: Opie: switch recipes away from CVS handhelds.org CVS is unavailable, so switch 1.2.4 recipes to split source tarballs and all remaining Opie recipes over to the Opie git repository. Signed-off-by: Paul Eggleton --- recipes/opie-sounds/opie-sounds_1.2.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/opie-sounds/opie-sounds_1.2.4.bb') diff --git a/recipes/opie-sounds/opie-sounds_1.2.4.bb b/recipes/opie-sounds/opie-sounds_1.2.4.bb index 9bd0cfa80f..4877f82d74 100644 --- a/recipes/opie-sounds/opie-sounds_1.2.4.bb +++ b/recipes/opie-sounds/opie-sounds_1.2.4.bb @@ -1,5 +1,7 @@ require ${PN}.inc +PR = "r1" + TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/sounds" +SRC_URI = "http://sources.openembedded.org/opie-1.2.4-split_sounds.tar.bz2" -- cgit 1.2.3-korg