summaryrefslogtreecommitdiff
path: root/packages/efl/ecore.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-10 14:30:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 14:30:52 +0000
commit1556b699992c606401e4bd5aa4153cda8639b9ad (patch)
tree7ca947184359685d28b5c9d3cd54061eae91bb2c /packages/efl/ecore.inc
parent2b5d1388f40cdb30fb9ce69808e6b623a410b67a (diff)
E: misc cleanups and fixes all over to ensure a clean reproducability
Diffstat (limited to 'packages/efl/ecore.inc')
-rw-r--r--packages/efl/ecore.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc
index a8ef0ec982..8b3ae5e5b7 100644
--- a/packages/efl/ecore.inc
+++ b/packages/efl/ecore.inc
@@ -2,15 +2,15 @@ DESCRIPTION = "Ecore is the core event abstraction layer for the enlightenment \
foundation libraries. It makes makes doing selections, drag and drop, event loops, \
timeouts and idle handlers fast, optimized, and convenient."
LEAD_SONAME = "libecore.so"
-PROVIDES = "virtual/ecore"
LICENSE = "MIT"
DEPENDS = "curl edb eet virtual/evas freetype edb-native"
inherit efl
SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \
- file://ecore-configure.patch;patch=1"
+ file://configure.patch;patch=1"
S = "${WORKDIR}/ecore-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
EXTRA_OECONF = "<override me>"