summaryrefslogtreecommitdiff
path: root/packages/efl1/ecore.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
commit6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b (patch)
treea634860b9ddbcd8922bc1c1aa62b12c713f8b853 /packages/efl1/ecore.inc
parentf2a42448067579648da7512bf759649bed7cb797 (diff)
EFL: move from building snapshots to cvs again. Reasons:
1.) EFL gained a lot of momentum leading to constant changes 2.) Snapshots were just random cvs dates again. Might as well use SRCDATE to pin them down 3.) <censored by NDA>
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r--packages/efl1/ecore.inc24
1 files changed, 9 insertions, 15 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc
index fcf7292622..9e1bc18f5c 100644
--- a/packages/efl1/ecore.inc
+++ b/packages/efl1/ecore.inc
@@ -2,31 +2,26 @@ 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."
LICENSE = "MIT"
-DEPENDS = "curl dbus directfb eet evas tslib"
+DEPENDS = "curl directfb eet evas tslib"
# optional
# DEPENDS += "openssl virtual/libiconv"
+PV = "0.9.9+cvs${SRCDATE}"
-inherit efl1
+inherit efl_library
-SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \
- file://configure-abstract-sockets.patch;patch=1 \
- file://fix-tslib-configure.patch;patch=1 \
- file://fix-directfb-include.patch;patch=1"
+SRC_URI += "\
+ file://fix-tslib-configure.patch;patch=1 \
+ file://fix-directfb-include.patch;patch=1 \
+"
-S = "${WORKDIR}/ecore-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
-
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES += "\
${PN}-con \
${PN}-config \
- ${PN}-dbus \
${PN}-desktop \
${PN}-directfb \
+ ${PN}-sdl \
${PN}-evas \
${PN}-fb \
${PN}-file \
@@ -38,9 +33,9 @@ PACKAGES += "\
FILES_${PN} = "${libdir}/libecore.so.*"
FILES_${PN}-con = "${libdir}/libecore_con.so.*"
FILES_${PN}-config = "${libdir}/libecore_config.so.*"
-FILES_${PN}-dbus = "${libdir}/libecore_dbus.so.*"
FILES_${PN}-desktop = "${libdir}/libecore_desktop.so.*"
FILES_${PN}-directfb = "${libdir}/libecore_directfb.so.*"
+FILES_${PN}-sdl = "${libdir}/libecore_sdl.so.*"
FILES_${PN}-evas = "${libdir}/libecore_evas.so.*"
FILES_${PN}-fb = "${libdir}/libecore_fb.so.*"
FILES_${PN}-file = "${libdir}/libecore_file.so.*"
@@ -48,4 +43,3 @@ FILES_${PN}-ipc = "${libdir}/libecore_ipc.so.*"
FILES_${PN}-job = "${libdir}/libecore_job.so.*"
FILES_${PN}-txt = "${libdir}/libecore_txt.so.*"
FILES_${PN}-x = "${libdir}/libecore_x.so.*"
-