mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
|
||||||
DEPENDS = "evas ecore edje elementary webkit-efl"
|
DEPENDS = "evas ecore edje elementary webkit-efl"
|
||||||
PV = "0.3.0.0+svnr${SRCPV}"
|
PV = "0.3.0.0+svnr${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
SRCREV = "${EFL_SRCREV}"
|
SRCREV = "${EFL_SRCREV}"
|
||||||
|
|
||||||
inherit e gettext
|
inherit e gettext
|
||||||
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
|
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
|
||||||
S = "${WORKDIR}/${SRCNAME}"
|
S = "${WORKDIR}/${SRCNAME}"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
autopoint || touch config.rpath
|
||||||
|
}
|
||||||
|
|
||||||
SRC_URI += "file://eve-theme-for-smaller-screens.patch \
|
SRC_URI += "file://eve-theme-for-smaller-screens.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user