aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/nonworking/news_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/nonworking/news_svn.bb')
-rw-r--r--meta-efl/recipes-efl/e17/nonworking/news_svn.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/nonworking/news_svn.bb b/meta-efl/recipes-efl/e17/nonworking/news_svn.bb
new file mode 100644
index 0000000000..9b89d80315
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/nonworking/news_svn.bb
@@ -0,0 +1,12 @@
+LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+PV = "0.1.0+svnr${SRCPV}"
+PR = "${INC_PR}.0"
+
+require e-module.inc
+
+do_configure_prepend() {
+ sed -i -e /po/d configure.ac
+ sed -i -e s:\ po::g Makefile.am
+}