summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-29 23:37:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-05-30 11:28:57 +0200
commit4a35648f51100c6094c8d20029b0d74b7db5a4fe (patch)
tree353d5184afff6c9e4a7e36be043d2c824efecf05 /meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
parent7974647f5eaa1dbc527e1a1b6f510cb796094464 (diff)
downloadmeta-openembedded-4a35648f51100c6094c8d20029b0d74b7db5a4fe.tar.gz
dbus-daemon-proxy: add LIC_FILES_CHKSUM and disable as-needed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb')
-rw-r--r--meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
index 32ed7dbfd..03b510e6c 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
@@ -1,10 +1,13 @@
1DESCRIPTION = "dbus forwarding daemon" 1DESCRIPTION = "dbus forwarding daemon"
2LICENSE = "LGPLv2.1+" 2LICENSE = "LGPLv2.1+"
3LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba"
3DEPENDS = "dbus dbus-glib" 4DEPENDS = "dbus dbus-glib"
4SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" 5SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608"
5PV = "0.0.0+gitr${SRCPV}" 6PV = "0.0.0+gitr${SRCPV}"
6PR = "r1" 7PR = "r1"
7 8
9ASNEEDED_pn-dbus-daemon-proxy = ""
10
8SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=git" 11SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=git"
9S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
10 13