aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/efm-pathbar_svn.bb
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-10-17 19:55:13 +0200
committerThomas Zimmermann <ml@vdm-design.de>2010-10-17 19:57:54 +0200
commit4006aa07d0c89fc13a862704445c19dca2e74505 (patch)
treef239315d59280a9aae329316931b6355c39c8f0d /recipes/e17/efm-pathbar_svn.bb
parentd9468afc58e889c91eab1961e0eea058829c43af (diff)
downloadopenembedded-4006aa07d0c89fc13a862704445c19dca2e74505.tar.gz
efm-{nav, path, pathbar}: add new recipes
* this is a E module for the E file manager Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/e17/efm-pathbar_svn.bb')
-rw-r--r--recipes/e17/efm-pathbar_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/e17/efm-pathbar_svn.bb b/recipes/e17/efm-pathbar_svn.bb
new file mode 100644
index 0000000000..d7666fd608
--- /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