From 4a35648f51100c6094c8d20029b0d74b7db5a4fe Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 29 May 2011 23:37:35 +0200 Subject: dbus-daemon-proxy: add LIC_FILES_CHKSUM and disable as-needed Signed-off-by: Martin Jansa --- meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3-54-g00ecf