diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-02 03:21:03 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:53 +0100 |
commit | d0ae22598e2681e316e8896ec300a8fde363f94d (patch) | |
tree | 6b88e25fd2f649bee8d146a58a6a99da6437acbe /meta-efl | |
parent | 4734738f15f4ddb9b6aa1dbb0d9bc83e3bd48b17 (diff) | |
download | meta-openembedded-d0ae22598e2681e316e8896ec300a8fde363f94d.tar.gz |
notification: remove recipe, notification module is now part of e-wm
* merged to e in r64475
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/notification_svn.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-efl/recipes-efl/e17/notification_svn.bb b/meta-efl/recipes-efl/e17/notification_svn.bb deleted file mode 100644 index 1f4567add3..0000000000 --- a/meta-efl/recipes-efl/e17/notification_svn.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LICENSE = "MIT" | ||
2 | PV = "0.2.0+svnr${SRCPV}" | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | require e-module.inc | ||
6 | |||
7 | do_configure_prepend() { | ||
8 | sed -i -e /po/d configure.ac | ||
9 | sed -i -e s:\ po::g Makefile.am | ||
10 | } | ||
11 | |||
12 | |||
13 | |||