aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-10-27 14:24:33 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-10-27 14:25:25 +0200
commit05baf32a73fd6dd7c83465bb296759a0f2d2bc1e (patch)
tree8a8e061f9f2372fa1239ee356bc1d82c7fe19528 /recipes/obsolete
parent1987b1d48e4b80756656f7353e855d4385d3f906 (diff)
downloadopenembedded-05baf32a73fd6dd7c83465bb296759a0f2d2bc1e.tar.gz
libefso: Move to obsolete
* The domain is down and will not come back. Talked to the admin. * The software was not updated for all kind of EFL API changes. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r--recipes/obsolete/efl1/libefso_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/obsolete/efl1/libefso_svn.bb b/recipes/obsolete/efl1/libefso_svn.bb
new file mode 100644
index 0000000000..a9f77f5f44
--- /dev/null
+++ b/recipes/obsolete/efl1/libefso_svn.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "EFL FSO wrapper library"
+SECTION = "e/libs"
+LICENSE = "GPLv2"
+DEPENDS = "ecore edbus efreet"
+PV = "0.0.1+svnr${SRCPV}"
+SRCREV = "194"
+
+SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=libefso"
+S = "${WORKDIR}/libefso"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ install -m 0644 src/lib/efso.h ${STAGING_INCDIR}/efso.h
+ oe_libinstall -a -so -C src/lib libefso ${STAGING_LIBDIR}
+ autotools_stage_all
+}