git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519c4f5
)
opkg-utils: Fix typo and drop duplicate S entry
author
Tom Rini
<tom_rini@mentor.com>
Wed, 25 Aug 2010 20:45:51 +0000
(13:45 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Wed, 25 Aug 2010 20:45:51 +0000
(13:45 -0700)
virtclass-native not virtclass_native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/opkg-utils/opkg-utils_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/opkg-utils/opkg-utils_svn.bb
b/recipes/opkg-utils/opkg-utils_svn.bb
index
7a54d8c
..
4634690
100644
(file)
--- 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 = "r
4
"
+PR = "r
5
"
BBCLASSEXTEND = "native"
@@
-16,5
+16,3
@@
TARGET_CC_ARCH += "${LDFLAGS}"
S = "${WORKDIR}/opkg-utils"
inherit autotools
-
-S = "${WORKDIR}/opkg-utils"