[oe-commits] Michael 'Mickey' Lauer : plone: fix compiling

GIT User account git at amethyst.openembedded.net
Fri Jan 16 23:57:23 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 17 00:43:15 2009 +0100

plone: fix compiling

---

 packages/plone/plone_3.1.7.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/plone/plone_3.1.7.bb b/packages/plone/plone_3.1.7.bb
index 8d431f0..7779b79 100644
--- a/packages/plone/plone_3.1.7.bb
+++ b/packages/plone/plone_3.1.7.bb
@@ -2,12 +2,11 @@ DESCRIPTION = "Plone, a user friendly and powerful Content Management System bas
 SECTION = "network/cms"
 PRIORITY = "optional"
 LICENSE = "GPL"
+PR = "ml0"
 
-SRC_URI = "http://launchpad.net/plone/3.1/${PV}/+download/Plone-${PV}.tar.gz"
+SRC_URI = "http://launchpadlibrarian.net/19393495/Plone-${PV}.tar.gz"
 S = "${WORKDIR}/Plone-${PV}"
 
-inherit distutils
-
 do_install() {
 	install -d ${D}${libdir}/python/Products/
 	cp -pPR ${S}/* ${D}${libdir}/python/Products/





More information about the Openembedded-commits mailing list