From: Justin Patrin Date: Tue, 16 May 2006 04:45:45 +0000 (+0000) Subject: e-modules: drop, this is part of e-wm now X-Git-Tag: Release-2010-05/1~9453^2~1695^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864afef4ce76d5f182a6fd5165bb1ddf73df0bd7;p=openembedded.git e-modules: drop, this is part of e-wm now --- diff --git a/packages/e17/e-modules_20060128.bb b/packages/e17/e-modules_20060128.bb deleted file mode 100644 index 85929a6967..0000000000 --- a/packages/e17/e-modules_20060128.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Enlightenment Window Manager Extra Modules" -DEPENDS = "ecore-x11 evas-x11 esmart-x11 edje eet e" -LICENSE = "MIT" -PR = "r1" - -inherit e - -SRC_URI = "${E_CVS};module=e17/apps/e_modules;date=${PV}" -S = "${WORKDIR}/e_modules" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" - -do_compile_prepend() { - find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' -} \ No newline at end of file