diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-05 16:30:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-05 16:30:21 +0000 |
commit | 821304f3c8f40c8a1fe6bb7d51daa27cc563a42f (patch) | |
tree | d030751b8c02ab4f5b24dfdf106c9aed96ee2d00 | |
parent | 042fb6d5f34d3a35d0d0a900ec9e9b0edc3ddd1e (diff) |
cups: rrecommend doc package for the webgui
-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" |