mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
eve: add autopoint
* autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary but here it's still needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,13 +3,17 @@ LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
|
||||
DEPENDS = "evas ecore edje elementary webkit-efl"
|
||||
PV = "0.3.0.0+svnr${SRCPV}"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit e gettext
|
||||
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
|
||||
S = "${WORKDIR}/${SRCNAME}"
|
||||
|
||||
do_configure_prepend() {
|
||||
autopoint || touch config.rpath
|
||||
}
|
||||
|
||||
SRC_URI += "file://eve-theme-for-smaller-screens.patch \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user