opkg-utils: Switch to svn

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4874 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-07-18 11:37:44 +00:00
parent 8b1f2c4a67
commit a9da1c7f2c
2 changed files with 4 additions and 2 deletions

View 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