diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/news_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/news_svn.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb deleted file mode 100644 index 4349e0445..000000000 --- a/meta-efl/recipes-efl/e17/news_svn.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | LICENSE = "GPL-2.0" | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
3 | |||
4 | PV = "0.1.0+svnr${SRCPV}" | ||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | require e-module.inc | ||
8 | |||
9 | do_configure_prepend() { | ||
10 | sed -i -e /po/d configure.ac | ||
11 | sed -i -e s:\ po::g Makefile.am | ||
12 | } | ||
13 | |||
14 | PNBLACKLIST[news] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||