aboutsummaryrefslogtreecommitdiffstats
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
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>
-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 32ed7dbfd3..03b510e6c4 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 @@
DESCRIPTION = "dbus forwarding daemon"
LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba"
DEPENDS = "dbus dbus-glib"
SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608"
PV = "0.0.0+gitr${SRCPV}"
PR = "r1"
+ASNEEDED_pn-dbus-daemon-proxy = ""
+
SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=git"
S = "${WORKDIR}/git"