[oe-commits] : fusionsound: drop old version 1.0.0

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 19 16:39:38 UTC 2008


Module: OE.dev
Branch: master
Commit: 36930e8580efa0e63386fe24b01badf7d08a19dd
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=36930e8580efa0e63386fe24b01badf7d08a19dd

Author:  <svolpe at openembedded.org>
Date:   Tue Aug 19 16:32:03 2008 +0000

fusionsound: drop old version 1.0.0

---

 packages/directfb/fusionsound_1.0.0.bb |   37 --------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/packages/directfb/fusionsound_1.0.0.bb b/packages/directfb/fusionsound_1.0.0.bb
deleted file mode 100644
index 3cd4a38..0000000
--- a/packages/directfb/fusionsound_1.0.0.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "FusionSound for DirectFB"
-DEPENDS = "directfb libmad libvorbis"
-SECTION = "libs"
-LICENSE = "LGPL"
-
-SRC_URI = "http://www.directfb.org/downloads/Core/FusionSound-${PV}.tar.gz"
-S = "${WORKDIR}/FusionSound-${PV}"
-
-inherit autotools pkgconfig
-
-do_configure_append() {
-    find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}/directfb:g'
-}
-
-do_stage() {
-        autotools_stage_all
-}
-
-do_install() {
-        oe_runmake 'DESTDIR=${D}' install
-}
-
-FILES_${PN} += "\
-  ${libdir}/directfb-1.0-0/interfaces/*/*.so \
-  ${libdir}/directfb-1.0-0/snddrivers/*.so \
-"
-
-FILES_${PN}-dbg += "\
-  ${libdir}/directfb-1.0-0/*/*/.debug/*.so \
-  ${libdir}/directfb-1.0-0/*/.debug/*.so \
-"
-
-FILES_${PN}-dev += "\
-  ${libdir}/directfb-1.0-0/interfaces/*/*.la \
-  ${libdir}/directfb-1.0-0/snddrivers/*.la \
-"
-





More information about the Openembedded-commits mailing list