cups: rrecommend doc package for the webgui
authorKoen Kooi <koen@openembedded.org>
Sat, 5 Aug 2006 16:30:21 +0000 (16:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 Aug 2006 16:30:21 +0000 (16:30 +0000)
packages/cups/cups_1.1.23.bb

index 52343b0..8252ef9 100644 (file)
@@ -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"