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:
e354928
)
connman.inc: remove do_stage
author
Klaus Kurzmann
<mok@fluxnetz.de>
Wed, 28 Jul 2010 20:10:57 +0000
(22:10 +0200)
committer
Klaus Kurzmann
<mok@fluxnetz.de>
Wed, 28 Jul 2010 20:10:57 +0000
(22:10 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/connman/connman.inc
patch
|
blob
|
history
diff --git
a/recipes/connman/connman.inc
b/recipes/connman/connman.inc
index
9ea04e3
..
e25d64a
100644
(file)
--- a/
recipes/connman/connman.inc
+++ b/
recipes/connman/connman.inc
@@
-33,10
+33,6
@@
do_install_append() {
install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman
}
-do_stage() {
- autotools_stage_all
-}
-
python populate_packages_prepend() {
depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhclient", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" )
packages = []