aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cups
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-05 20:13:45 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-05 20:13:45 +0000
commit6e1e3520be08ced969f93e229fc45d588abacfff (patch)
tree5bfe291f7718a03463aea79ba797b1a3a39a7ca1 /packages/cups
parent7a3ad4715faf8adc906eb394d1c242033c3944fa (diff)
downloadopenembedded-6e1e3520be08ced969f93e229fc45d588abacfff.tar.gz
cups: ship files needed for the webgui in the main package
Diffstat (limited to 'packages/cups')
-rw-r--r--packages/cups/cups_1.1.23.bb15
1 files changed, 10 insertions, 5 deletions
diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb
index 8252ef949c..8caa420c4d 100644
--- a/packages/cups/cups_1.1.23.bb
+++ b/packages/cups/cups_1.1.23.bb
@@ -3,12 +3,8 @@ SECTION = "console/utils"
LICENSE = "GPL LGPL"
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"
+PR = "r3"
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
file://strftime_fix.patch;patch=1"
@@ -40,3 +36,12 @@ do_stage () {
oe_libinstall -C cups -so libcups ${STAGING_LIBDIR}
}
+#package the html for the webgui inside the main packages (~1MB uncompressed)
+FILES_${PN} += "${datadir}/doc/cups/images \
+ ${datadir}/doc/cups/*html \
+ ${datadir}/doc/cups/*.css \
+ "
+
+
+
+