diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-18 11:37:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-18 11:37:44 +0000 |
commit | a9da1c7f2cea70d7f3ba8209053f8fc00e1cc684 (patch) | |
tree | 064f23848dd07b0d2073217e9f4853067cc50dd5 | |
parent | 8b1f2c4a67f6e4f385ef6875e6dc70f92525c965 (diff) | |
download | poky-a9da1c7f2cea70d7f3ba8209053f8fc00e1cc684.tar.gz |
opkg-utils: Switch to svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4874 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz | bin | 22012 -> 0 bytes | |||
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils_svn.bb | 6 |
2 files changed, 4 insertions, 2 deletions
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 index 50525d1536..0000000000 --- a/meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz +++ /dev/null | |||
Binary files differ | |||
diff --git a/meta/packages/opkg-utils/opkg-utils_svn.bb b/meta/packages/opkg-utils/opkg-utils_svn.bb index 12a8c9dd0e..4c3c0905ea 100644 --- a/meta/packages/opkg-utils/opkg-utils_svn.bb +++ b/meta/packages/opkg-utils/opkg-utils_svn.bb | |||
@@ -3,9 +3,11 @@ SECTION = "base" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | RDEPENDS = "python" | 5 | RDEPENDS = "python" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "file://opkg-utils.tgz" | 8 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http" |
9 | |||
10 | S = "${WORKDIR}/opkg-utils" | ||
9 | 11 | ||
10 | inherit autotools | 12 | inherit autotools |
11 | 13 | ||