aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/eflpp_svn.bb15
-rw-r--r--recipes/efl1/esmart_svn.bb30
2 files changed, 0 insertions, 45 deletions
diff --git a/recipes/efl1/eflpp_svn.bb b/recipes/efl1/eflpp_svn.bb
deleted file mode 100644
index aa5097f10b..0000000000
--- a/recipes/efl1/eflpp_svn.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-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/efl1/esmart_svn.bb b/recipes/efl1/esmart_svn.bb
deleted file mode 100644
index d326370a04..0000000000
--- a/recipes/efl1/esmart_svn.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-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*"