diff options
| -rw-r--r-- | meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 3 |
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 @@ | |||
| 1 | DESCRIPTION = "dbus forwarding daemon" | 1 | DESCRIPTION = "dbus forwarding daemon" |
| 2 | LICENSE = "LGPLv2.1+" | 2 | LICENSE = "LGPLv2.1+" |
| 3 | LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" | ||
| 3 | DEPENDS = "dbus dbus-glib" | 4 | DEPENDS = "dbus dbus-glib" |
| 4 | SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" | 5 | SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" |
| 5 | PV = "0.0.0+gitr${SRCPV}" | 6 | PV = "0.0.0+gitr${SRCPV}" |
| 6 | PR = "r1" | 7 | PR = "r1" |
| 7 | 8 | ||
| 9 | ASNEEDED_pn-dbus-daemon-proxy = "" | ||
| 10 | |||
| 8 | SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=git" | 11 | SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=git" |
| 9 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 10 | 13 | ||
