summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-06-25 20:26:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-27 12:20:36 +0100
commit31a276fd45936a2330d69d28de016375dfc0dbb7 (patch)
tree9f02badd33255a384054fd3f7354f855a1fb4b5f /meta/recipes-extended/cups
parent33c19806870d635f59067aafe5e7d5496d2af95a (diff)
downloadpoky-31a276fd45936a2330d69d28de016375dfc0dbb7.tar.gz
cups: Remove unnecessary dependency on dbus-glib
(From OE-Core rev: 943e25f41129b9558c78f375ff80ddf1b21919ae) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 5010f0861f..46fb2dded3 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -2,7 +2,7 @@ SUMMARY = "An Internet printing system for Unix"
2HOMEPAGE = "https://www.cups.org/" 2HOMEPAGE = "https://www.cups.org/"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "GPLv2 & LGPLv2" 4LICENSE = "GPLv2 & LGPLv2"
5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb1" 5DEPENDS = "gnutls libpng jpeg dbus zlib libusb1"
6 6
7SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ 7SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \
8 file://use_echo_only_in_init.patch \ 8 file://use_echo_only_in_init.patch \