summaryrefslogtreecommitdiff
path: root/packages/efl/ewl_0.0.4.005.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-04-04 04:14:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-04 04:14:40 +0000
commit1a2a224fb962e22ccf948bbdc11fd9b6f5f335bc (patch)
tree7e97b8f84a05af8e999e19d710f744f3a9910ae3 /packages/efl/ewl_0.0.4.005.bb
parentd9b62f99005396a1d1f02649abe11574ccb31a82 (diff)
efl, e17: update to newest versions, split e and efl bbclasses and use e for e17 packages, update preferred e versions
Diffstat (limited to 'packages/efl/ewl_0.0.4.005.bb')
-rw-r--r--packages/efl/ewl_0.0.4.005.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/efl/ewl_0.0.4.005.bb b/packages/efl/ewl_0.0.4.005.bb
deleted file mode 100644
index 85b85e0c05..0000000000
--- a/packages/efl/ewl_0.0.4.005.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "The Enlightened Widget Library, \
-a simple-to-use general purpose widget library based on the enlightenment foundation libraries."
-# as of recent CVS HEAD, ewl no longer needs etox and no longer needs edb
-DEPENDS = "edb virtual/evas virtual/ecore edje emotion"
-RDEPENDS += "libewl-themes"
-LICENSE = "MIT"
-PR = "r1"
-
-inherit efl
-
-SRC_URI += "file://ewl-configure.patch;patch=1 \
- file://fix-ecore.patch;patch=1 \
- file://ecore-flags.patch;patch=1 \
- file://no-examples.patch;patch=1 \
- file://minmax.patch;patch=1"
-
-do_stage_append() {
- for i in src/lib/ewl_*.h
- do
- install -m 0644 $i ${STAGING_INCDIR}
- done
-}
-