summaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-10-17 19:57:13 +0200
committerThomas Zimmermann <ml@vdm-design.de>2010-10-17 19:57:54 +0200
commit6fffe3eb48f3c564e980581717db2fd306f1a5bb (patch)
treefb98879865576f3db47ebd75525dabf6d6f00663 /recipes/e17
parent4006aa07d0c89fc13a862704445c19dca2e74505 (diff)
downloadopenembedded-6fffe3eb48f3c564e980581717db2fd306f1a5bb.tar.gz
notification: add new recipe
* notification is a notification gadget for E Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/notification_svn.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/e17/notification_svn.bb b/recipes/e17/notification_svn.bb
new file mode 100644
index 0000000000..a8c53a54bc
--- /dev/null
+++ b/recipes/e17/notification_svn.bb
@@ -0,0 +1,12 @@
+LICENSE = "MIT"
+PV = "0.2.0+svnr${SRCPV}"
+
+require e-module.inc
+
+do_configure_prepend() {
+ sed -i -e /po/d configure.ac
+ sed -i -e s:\ po::g Makefile.am
+}
+
+
+