[oe-commits] Thomas Zimmermann : efm-{nav, path, pathbar}: add new recipes

git version control git at git.openembedded.org
Sun Oct 17 18:01:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4006aa07d0c89fc13a862704445c19dca2e74505
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4006aa07d0c89fc13a862704445c19dca2e74505

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Sun Oct 17 19:55:13 2010 +0200

efm-{nav, path, pathbar}: add new recipes

* this is a E module for the E file manager

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 recipes/e17/efm-nav_svn.bb     |   14 ++++++++++++++
 recipes/e17/efm-path_svn.bb    |   14 ++++++++++++++
 recipes/e17/efm-pathbar_svn.bb |   14 ++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/recipes/e17/efm-nav_svn.bb b/recipes/e17/efm-nav_svn.bb
new file mode 100644
index 0000000..e6a8e6f
--- /dev/null
+++ b/recipes/e17/efm-nav_svn.bb
@@ -0,0 +1,14 @@
+LICENSE = "MIT"
+PV = "0.0.1+svnr${SRCPV}"
+
+require e-module.inc
+
+SRCNAME = "E-MODULES-EXTRA/efm_nav"
+
+do_configure_prepend() {
+    sed -i -e /po/d configure.ac
+    sed -i -e s:\ po::g Makefile.am
+}
+
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
+FILES_${PN} += "${libdir}/enlightenment/modules/"
diff --git a/recipes/e17/efm-path_svn.bb b/recipes/e17/efm-path_svn.bb
new file mode 100644
index 0000000..ecfd838
--- /dev/null
+++ b/recipes/e17/efm-path_svn.bb
@@ -0,0 +1,14 @@
+LICENSE = "MIT"
+PV = "0.0.1+svnr${SRCPV}"
+
+require e-module.inc
+
+SRCNAME = "E-MODULES-EXTRA/efm_path"
+
+do_configure_prepend() {
+    sed -i -e /po/d configure.ac
+    sed -i -e s:\ po::g Makefile.am
+}
+
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
+FILES_${PN} += "${libdir}/enlightenment/modules/"
diff --git a/recipes/e17/efm-pathbar_svn.bb b/recipes/e17/efm-pathbar_svn.bb
new file mode 100644
index 0000000..d7666fd
--- /dev/null
+++ b/recipes/e17/efm-pathbar_svn.bb
@@ -0,0 +1,14 @@
+LICENSE = "MIT"
+PV = "0.0.1+svnr${SRCPV}"
+
+require e-module.inc
+
+SRCNAME = "E-MODULES-EXTRA/efm_pathbar"
+
+do_configure_prepend() {
+    sed -i -e /po/d configure.ac
+    sed -i -e s:\ po::g Makefile.am
+}
+
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
+FILES_${PN} += "${libdir}/enlightenment/modules/"
\ No newline at end of file





More information about the Openembedded-commits mailing list