diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-07-21 15:23:57 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 16:00:58 +0100 |
commit | cb1a0a46c9b32f7e4c5ad2458a123cd5fd6a5522 (patch) | |
tree | 9133b12f761a01ae53abe407155d5623fdd1dc94 /meta/packages/opkg-utils | |
parent | 36bc4592f4f0e4b4afaba6a0eba21ee9d4ffcfb1 (diff) | |
download | poky-cb1a0a46c9b32f7e4c5ad2458a123cd5fd6a5522.tar.gz |
opkg-utils: Upgraded to revision 4747
Update the default revision for opkg-utils in poky-default-revisions.inc
Remove "inherit autotools" since opkg-utils is not autotools based
Fix recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/opkg-utils')
-rw-r--r-- | meta/packages/opkg-utils/opkg-utils_svn.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/packages/opkg-utils/opkg-utils_svn.bb b/meta/packages/opkg-utils/opkg-utils_svn.bb index 59f911bc7d..1b68f6cec7 100644 --- a/meta/packages/opkg-utils/opkg-utils_svn.bb +++ b/meta/packages/opkg-utils/opkg-utils_svn.bb | |||
@@ -1,15 +1,16 @@ | |||
1 | DESCRIPTION = "OPKG Package Manager Utilities" | 1 | DESCRIPTION = "OPKG Package Manager Utilities" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" | ||
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
4 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
7 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" | ||
5 | RDEPENDS = "python" | 8 | RDEPENDS = "python" |
6 | RDEPENDS_virtclass-native = "" | 9 | RDEPENDS_virtclass-native = "" |
7 | PR = "r6" | 10 | PR = "r0" |
8 | 11 | ||
9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ | 12 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ |
10 | file://index-ignore-filenotfound.patch;patch=1" | 13 | file://index-ignore-filenotfound.patch" |
11 | |||
12 | inherit autotools | ||
13 | 14 | ||
14 | S = "${WORKDIR}/opkg-utils" | 15 | S = "${WORKDIR}/opkg-utils" |
15 | 16 | ||