mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
11
meta-efl/recipes-efl/efl/edbus2.inc
Normal file
11
meta-efl/recipes-efl/efl/edbus2.inc
Normal file
@@ -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"
|
||||
11
meta-efl/recipes-efl/efl/edbus2_svn.bb
Normal file
11
meta-efl/recipes-efl/efl/edbus2_svn.bb
Normal file
@@ -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