aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/news_svn.bb
blob: e45cd44c05c0a4d59bc920763f6321ef3823933e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "MIT"
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
}