mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
edbus2: add recipe for new edbus implementation needed for eve and later efl-1.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
|
||||||
|
DEPENDS = "dbus ecore eina"
|
||||||
|
LICENSE = "LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4ed65f801204783f71fedafc082038d9"
|
||||||
|
|
||||||
|
inherit efl
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
INC_PR = "r0"
|
||||||
|
|
||||||
|
SRCNAME = "edbus"
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
require ${BPN}.inc
|
||||||
|
|
||||||
|
SRCREV = "${EFL_SRCREV}"
|
||||||
|
PV = "1.7.99+svnr${SRCPV}"
|
||||||
|
PR = "${INC_PR}.0"
|
||||||
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
SRC_URI = "\
|
||||||
|
${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
|
||||||
|
"
|
||||||
|
S = "${WORKDIR}/${SRCNAME}"
|
||||||
Reference in New Issue
Block a user