From: Thomas Zimmermann Date: Sun, 17 Oct 2010 17:57:13 +0000 (+0200) Subject: notification: add new recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fffe3eb48f3c564e980581717db2fd306f1a5bb;p=openembedded.git notification: add new recipe * notification is a notification gadget for E Signed-off-by: Thomas Zimmermann --- 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 +} + + +