]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-utils: Switch to svn
authorRichard Purdie <richard@openedhand.com>
Fri, 18 Jul 2008 11:37:44 +0000 (11:37 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 18 Jul 2008 11:37:44 +0000 (11:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4874 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz [deleted file]
meta/packages/opkg-utils/opkg-utils_svn.bb

diff --git a/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz b/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz
deleted file mode 100644 (file)
index 50525d1..0000000
Binary files a/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz and /dev/null differ
index 12a8c9dd0ec4569452e344729715ea78e61bcbe2..4c3c0905ea2736ea577686d2a83f38c0ffc99518 100644 (file)
@@ -3,9 +3,11 @@ SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "GPL"
 RDEPENDS = "python"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "file://opkg-utils.tgz"
+SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http"
+
+S = "${WORKDIR}/opkg-utils"
 
 inherit autotools