Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+++ /dev/null
-require opkg-utils_svn.bb
-SRCREV = "4595"
-
-RDEPENDS_${PN} = ""
-
-inherit native
-
-# Avoid circular dependencies from package_ipk.bbclass
-PACKAGES = ""
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/opkg-utils"
-
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"
-SRCREV = "4578"
-PR = "r2"
+RDEPENDS_virtclass_native = ""
+SRCREV = "4595"
+PV = "0.0+svnr${SRCPV}"
+PR = "r3"
+
+BBCLASSEXTEND = "native"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http"
+TARGET_CC_ARCH += "${LDFLAGS}"
S = "${WORKDIR}/opkg-utils"
inherit autotools
S = "${WORKDIR}/opkg-utils"
-
-do_stage () {
- autotools_stage_all
-}