From 150932de18bf33c027260bdfa4d03f65493375f9 Mon Sep 17 00:00:00 2001 From: Shane Volpe Date: Tue, 19 Aug 2008 16:32:03 +0000 Subject: [PATCH] fusionsound: drop old version 1.0.0 --- packages/directfb/fusionsound_1.0.0.bb | 37 -------------------------- 1 file changed, 37 deletions(-) delete mode 100644 packages/directfb/fusionsound_1.0.0.bb 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 \ -" - -- 2.39.5