summaryrefslogtreecommitdiff
path: root/recipes/opkg-utils/opkg-utils_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opkg-utils/opkg-utils_svn.bb')
-rw-r--r--recipes/opkg-utils/opkg-utils_svn.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes/opkg-utils/opkg-utils_svn.bb b/recipes/opkg-utils/opkg-utils_svn.bb
index bb404a6b4f..f127c272b5 100644
--- a/recipes/opkg-utils/opkg-utils_svn.bb
+++ b/recipes/opkg-utils/opkg-utils_svn.bb
@@ -3,17 +3,18 @@ SECTION = "base"
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
-}