[oe-commits] Michael 'Mickey' Lauer : moin: no longer needs install hack

GIT User account git at amethyst.openembedded.net
Sat Feb 28 01:43:13 UTC 2009


Module: openembedded.git
Branch: mickey/org.openembedded.dev
Commit: bdca7e76ccdb11216381e72d158d502bbc536155
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bdca7e76ccdb11216381e72d158d502bbc536155

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Feb 28 02:42:49 2009 +0100

moin: no longer needs install hack

---

 packages/moin/moin_1.8.1.bb |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/packages/moin/moin_1.8.1.bb b/packages/moin/moin_1.8.1.bb
index 427455d..1e50a73 100644
--- a/packages/moin/moin_1.8.1.bb
+++ b/packages/moin/moin_1.8.1.bb
@@ -1,15 +1,12 @@
 DESCRIPTION = "A full fledged WikiWiki system written in Python"
 LICENSE = "GPL"
 SECTION = "network"
-HOMEPAGE = "http://moinmoin.wikiwikiweb.de/"
+HOMEPAGE = "http://moinmoin.wikiwikiweb.de"
 PRIORITY = "optional"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "http://static.moinmo.in/files/moin-${PV}.tar.gz"
 
 inherit distutils
 
-do_install_append() {
-	mv -f ${D}${datadir}/share/* ${D}${datadir}/
-}
-
+FILES_${PN} += "${datadir}"





More information about the Openembedded-commits mailing list