summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorFan Xin <fan.xin@jp.fujitsu.com>2017-09-04 10:58:40 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-05 15:01:01 +0100
commite84e6ddfcb8c3b361a92fca4a0f5a3e33d8f5c84 (patch)
tree6f8fd9b85c5d3b7b42606c3587a299c2398629e3 /meta/recipes-extended
parent21d81abfa13e5d422ce36f90cc5ac5bcf0a91e47 (diff)
downloadpoky-e84e6ddfcb8c3b361a92fca4a0f5a3e33d8f5c84.tar.gz
cups: Add HOMEPAGE info into recipe file.
(From OE-Core rev: b4fb21c5d21dc1b0e3a4560aa51f43b0915e6de0) Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/cups/cups.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 38d90b5ea9..ac4d225c1a 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -1,4 +1,5 @@
1SUMMARY = "An Internet printing system for Unix" 1SUMMARY = "An Internet printing system for Unix"
2HOMEPAGE = "https://www.cups.org/"
2SECTION = "console/utils" 3SECTION = "console/utils"
3LICENSE = "GPLv2 & LGPLv2" 4LICENSE = "GPLv2 & LGPLv2"
4DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" 5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb"