From 6fffe3eb48f3c564e980581717db2fd306f1a5bb Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Sun, 17 Oct 2010 19:57:13 +0200 Subject: [PATCH] notification: add new recipe * notification is a notification gadget for E Signed-off-by: Thomas Zimmermann --- recipes/e17/notification_svn.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/e17/notification_svn.bb 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 +} + + + -- 2.47.2