From: Shane Volpe Date: Tue, 19 Aug 2008 16:32:03 +0000 (+0000) Subject: fusionsound: drop old version 1.0.0 X-Git-Tag: Release-2010-05/1~6318^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150932de18bf33c027260bdfa4d03f65493375f9;p=openembedded.git fusionsound: drop old version 1.0.0 --- diff --git a/packages/directfb/fusionsound_1.0.0.bb b/packages/directfb/fusionsound_1.0.0.bb deleted file mode 100644 index 3cd4a385f6..0000000000 --- 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 \ -" -