aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg-utils
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-25 13:45:51 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-25 13:45:51 -0700
commit47114ff3ffe111727ce32112bfb2c7172cfa2804 (patch)
tree9f17e09ea7c5a0415801a271aa6a4f77dbdc48d0 /recipes/opkg-utils
parent519c4f5888facb5b35b2ace59b72e4488dc6cb9a (diff)
downloadopenembedded-47114ff3ffe111727ce32112bfb2c7172cfa2804.tar.gz
opkg-utils: Fix typo and drop duplicate S entry
virtclass-native not virtclass_native Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/opkg-utils')
-rw-r--r--recipes/opkg-utils/opkg-utils_svn.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/opkg-utils/opkg-utils_svn.bb b/recipes/opkg-utils/opkg-utils_svn.bb
index 7a54d8c435..46346908e5 100644
--- a/recipes/opkg-utils/opkg-utils_svn.bb
+++ b/recipes/opkg-utils/opkg-utils_svn.bb
@@ -3,10 +3,10 @@ SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"
-RDEPENDS_virtclass_native = ""
+RDEPENDS_virtclass-native = ""
SRCREV = "4595"
PV = "0.0+svnr${SRCPV}"
-PR = "r4"
+PR = "r5"
BBCLASSEXTEND = "native"
@@ -16,5 +16,3 @@ TARGET_CC_ARCH += "${LDFLAGS}"
S = "${WORKDIR}/opkg-utils"
inherit autotools
-
-S = "${WORKDIR}/opkg-utils"