aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/flame_svn.bb
blob: 11769c6c31683fc4a04fb37d4f7d3ba3f7ea8e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "MIT"
PV = "0.0.3+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
}