aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 18:43:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 19:02:25 +0100
commita209e3adf6715c847441d1f7bb4ba8836b395774 (patch)
tree67324f99b3d88128f13673d63e8d95b59af5f7f4 /recipes/obsolete/efl1
parentf39c8ac813578e60af02a7492414f0fbc3b26b3c (diff)
downloadopenembedded-a209e3adf6715c847441d1f7bb4ba8836b395774.tar.gz
esmart,eflpp,entrance: move to obsolete
* esmart still depends on eina-0 instead of eina-1, so it's broken for long and nobody complained * eflpp and entrance depends on it so the same Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/efl1')
-rw-r--r--recipes/obsolete/efl1/eflpp_svn.bb15
-rw-r--r--recipes/obsolete/efl1/esmart_svn.bb30
2 files changed, 45 insertions, 0 deletions
diff --git a/recipes/obsolete/efl1/eflpp_svn.bb b/recipes/obsolete/efl1/eflpp_svn.bb
new file mode 100644
index 0000000000..aa5097f10b
--- /dev/null
+++ b/recipes/obsolete/efl1/eflpp_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "EFLpp are C++ bindings to the EFL"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+HOMEPAGE = "http://www.vanille-media.de/site/index.php/projects/efl/"
+LICENSE = "LGPL"
+DEPENDS = "evas ecore edje emotion esmart libsigc++-2.0"
+SRCREV = "${EFL_SRCREV}"
+PV = "0.1.0+svnr${SRCPV}"
+PR = "r1"
+
+inherit efl
+SRCNAME = "cxx"
+SRC_URI = "${E_SVN}/trunk/BINDINGS;module=${SRCNAME};proto=http;scmdata=keep"
+S = "${WORKDIR}/${SRCNAME}"
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
diff --git a/recipes/obsolete/efl1/esmart_svn.bb b/recipes/obsolete/efl1/esmart_svn.bb
new file mode 100644
index 0000000000..d326370a04
--- /dev/null
+++ b/recipes/obsolete/efl1/esmart_svn.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "ESmart is a collection of smart Evas objects"
+LICENSE = "MIT BSD"
+DEPENDS = "evas ecore edje imlib2 libtool"
+PV = "0.9.0.050+svnr${SRCPV}"
+PR = "r2"
+SRCREV = "${EFL_SRCREV_1.0.0}"
+
+inherit efl
+SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};proto=http;scmdata=keep"
+S = "${WORKDIR}/${SRCNAME}"
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+PACKAGES =+ "${PN}-textentry \
+ ${PN}-thumb \
+ ${PN}-container \
+ ${PN}-container-plugins \
+ ${PN}-file-dialog \
+ ${PN}-draggies \
+ ${PN}-trans-x11"
+
+FILES_${PN}-dbg += "${libdir}/.debug/ ${libdir}/esmart/*/.debug/"
+FILES_${PN}-textentry = "${libdir}/libesmart_text_entry*.so*"
+FILES_${PN}-thumb = "${libdir}/libesmart_thumb*.so*"
+FILES_${PN}-container = "${libdir}/libesmart_container*"
+DEPENDS_${PN}-container += "${PN}-container-plugins"
+FILES_${PN}-container-plugins = "${libdir}/esmart/layout/*.so"
+FILES_${PN}-file-dialog = "${libdir}/libesmart_file_dialog*.so*"
+FILES_${PN}-draggies = "${libdir}/libesmart_draggies*.so*"
+FILES_${PN}-trans-x11 = "${libdir}/libesmart_trans_x11*.so*"