diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-17 00:55:34 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-17 00:56:31 +0100 |
commit | 5a0fecab4a7a17ab7218e522c2750f0fb8c9aa45 (patch) | |
tree | 04d3a89c05224709f6d8deed63317e8a52979a34 /packages/python/python-fnorb_1.3.bb | |
parent | 9d8f00414393bff8a0f9cb2dfbac3e5e717b57b2 (diff) |
distutils.bbclass: bandaid against wrong datadir installation
bump affected python recipes
Diffstat (limited to 'packages/python/python-fnorb_1.3.bb')
-rw-r--r-- | packages/python/python-fnorb_1.3.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/python/python-fnorb_1.3.bb b/packages/python/python-fnorb_1.3.bb index e6844de81f..15ae037ca6 100644 --- a/packages/python/python-fnorb_1.3.bb +++ b/packages/python/python-fnorb_1.3.bb @@ -3,14 +3,9 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "FNORB" SRCNAME = "Fnorb" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils - -do_install_append() { - mv -f ${D}/usr/share/share/* ${D}/usr/share/ - rm -rf ${D}/usr/share/share/ -} |