diff options
Diffstat (limited to 'meta/packages')
-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 | ||