mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
14 lines
178 B
BlitzBasic
14 lines
178 B
BlitzBasic
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
|
|
}
|
|
|
|
|
|
|