diff options
-rw-r--r-- | packages/cups/cups_1.1.23.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb index 52343b004e..8252ef949c 100644 --- a/packages/cups/cups_1.1.23.bb +++ b/packages/cups/cups_1.1.23.bb @@ -1,9 +1,14 @@ -DEPENDS = "openssl jpeg libpng zlib install-native" DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPL LGPL" -PR = "r1" +DEPENDS = "openssl jpeg libpng zlib install-native" +#the web interface needs a subset of the docs to function, but we don't package that (yet), so we rrecommend the 7MB docs package +# NOTE: this only affects the webgui, not the cmdline or apps using cups +RRECOMMENDS = "cups-doc" + + +PR = "r2" SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ file://strftime_fix.patch;patch=1" |