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:
Martin Jansa
2012-11-23 09:06:34 +01:00
committed by Koen Kooi
parent 4b355ae8bc
commit 1055c6d727
2 changed files with 22 additions and 0 deletions

View 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"

View 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}"