blob: 58c79a8409428adb521c2ec00cadcf48b46536e3 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001LICENSE = "MIT"
2LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \
3 file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e"
4
5PV = "0.0.3+svnr${SRCPV}"
6PR = "${INC_PR}.0"
7
8require e-module.inc
9
10do_configure_prepend() {
11 sed -i -e /po/d ${S}/configure.ac
12 sed -i -e s:\ po::g ${S}/Makefile.am
13}
14
15SRC_URI += "file://configure.patch"