mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-20 17:47:14 +00:00
6e0398b0c9
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
337 B
BlitzBasic
17 lines
337 B
BlitzBasic
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \
|
|
file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e"
|
|
|
|
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
|
|
}
|
|
|
|
|
|
|