diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-11-23 09:06:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:04:53 +0100 |
commit | 1055c6d72790c4e2c132b39f0328592704c3161d (patch) | |
tree | aaf0386fe0e78b6c345a1513a5da42e0456822d7 /meta-efl/recipes-efl | |
parent | 4b355ae8bcbd053e662fc340804195e3af055815 (diff) | |
download | meta-openembedded-1055c6d72790c4e2c132b39f0328592704c3161d.tar.gz |
edbus2: add recipe for new edbus implementation needed for eve and later efl-1.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus2.inc | 11 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus2_svn.bb | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus2.inc b/meta-efl/recipes-efl/efl/edbus2.inc new file mode 100644 index 000000000..00e2a28a2 --- /dev/null +++ b/meta-efl/recipes-efl/efl/edbus2.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" | ||
2 | DEPENDS = "dbus ecore eina" | ||
3 | LICENSE = "LGPL-2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4ed65f801204783f71fedafc082038d9" | ||
5 | |||
6 | inherit efl | ||
7 | |||
8 | BBCLASSEXTEND = "native" | ||
9 | INC_PR = "r0" | ||
10 | |||
11 | SRCNAME = "edbus" | ||
diff --git a/meta-efl/recipes-efl/efl/edbus2_svn.bb b/meta-efl/recipes-efl/efl/edbus2_svn.bb new file mode 100644 index 000000000..58ef853b9 --- /dev/null +++ b/meta-efl/recipes-efl/efl/edbus2_svn.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRCREV = "${EFL_SRCREV}" | ||
4 | PV = "1.7.99+svnr${SRCPV}" | ||
5 | PR = "${INC_PR}.0" | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
8 | SRC_URI = "\ | ||
9 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | ||
10 | " | ||
11 | S = "${WORKDIR}/${SRCNAME}" | ||