diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-01 15:19:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-01 15:19:17 +0100 |
commit | 5a9223eab9a7ff2360a105ddfabeba63145b86f3 (patch) | |
tree | f868b373e5615a52fb7e01ca6548f185b6860e07 /recipes/e17 | |
parent | 5463fa1e85c7cf6a5a9e58551d9a12f261805ea2 (diff) |
exalt: convert to new style staging
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/exalt_svn.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/e17/exalt_svn.bb b/recipes/e17/exalt_svn.bb index d024d758e2..9dc3b03b59 100644 --- a/recipes/e17/exalt_svn.bb +++ b/recipes/e17/exalt_svn.bb @@ -25,9 +25,5 @@ do_install_append() { install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ } -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${datadir}/dbus-1" |