diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-07-08 09:22:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-10 17:38:34 +0100 |
commit | 4febf20ab87758a5f8174c57a8759dcfd5121b48 (patch) | |
tree | 33bff20edac18657bfd8c74157e8ef6bf89980be /meta | |
parent | d8ef35557e2ff9ac80cbfa471c675405ead9c69c (diff) | |
download | poky-4febf20ab87758a5f8174c57a8759dcfd5121b48.tar.gz |
cups.inc: Delete obsolete "PROVIDES" line.
Remove "PROVIDES =" line that refers back to CUPS version 1.4.
(From OE-Core rev: 8e7898b2cf276977cf1c527b573a7192719a8c99)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index c083501de2..7e8922b488 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -2,7 +2,6 @@ SUMMARY = "An Internet printing system for Unix" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
4 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" | 4 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" |
5 | PROVIDES = "cups14" | ||
6 | 5 | ||
7 | SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | 6 | SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ |
8 | file://use_echo_only_in_init.patch \ | 7 | file://use_echo_only_in_init.patch \ |