aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-05-16 04:45:45 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-16 04:45:45 +0000
commit864afef4ce76d5f182a6fd5165bb1ddf73df0bd7 (patch)
treeb09a48ab4ce9a577d603887ba91776299e605997 /packages/e17
parentd78bc9181ae95a0241d6444aa12c4960fbc2ecd8 (diff)
downloadopenembedded-864afef4ce76d5f182a6fd5165bb1ddf73df0bd7.tar.gz
e-modules: drop, this is part of e-wm now
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/e-modules_20060128.bb17
1 files changed, 0 insertions, 17 deletions
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