diff options
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.bb | 5 |
1 files changed, 4 insertions, 1 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 cbe82d42e7..e99bf28ce5 100644 --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | |||
@@ -8,7 +8,10 @@ PV = "0.0.0+git" | |||
8 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ | 8 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ |
9 | file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ | 9 | file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ |
10 | " | 10 | " |
11 | S = "${WORKDIR}/git" | 11 | |
12 | # Upstream repo does not tag | ||
13 | UPSTREAM_CHECK_COMMITS = "1" | ||
14 | |||
12 | 15 | ||
13 | inherit pkgconfig | 16 | inherit pkgconfig |
14 | 17 | ||