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>
SRCREV_pn-ofono ??= "14544d5996836f628613c2ce544380ee6fc8f514"
SRCREV_pn-oh-puzzles ??= "23"
SRCREV_pn-ohm ??= "edfe25d49d67884bf004de7ae0724c162bb5e65e"
-SRCREV_pn-opkg-utils-native ??= "4534"
-SRCREV_pn-opkg-utils ??= "4534"
+SRCREV_pn-opkg-utils-native ??= "4747"
+SRCREV_pn-opkg-utils ??= "4747"
SRCREV_pn-oprofileui ??= "197"
SRCREV_pn-osc-native ??= "9096"
SRCREV_pn-owl-video ??= "394"
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"