From cb1a0a46c9b32f7e4c5ad2458a123cd5fd6a5522 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 21 Jul 2010 15:23:57 +0800 Subject: 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 --- meta/packages/opkg-utils/opkg-utils_svn.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'meta/packages/opkg-utils/opkg-utils_svn.bb') 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 @@ DESCRIPTION = "OPKG Package Manager Utilities" SECTION = "base" +HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" RDEPENDS = "python" RDEPENDS_virtclass-native = "" -PR = "r6" +PR = "r0" SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ - file://index-ignore-filenotfound.patch;patch=1" - -inherit autotools + file://index-ignore-filenotfound.patch" S = "${WORKDIR}/opkg-utils" -- cgit v1.2.3-54-g00ecf