summaryrefslogtreecommitdiff
path: root/packages/cups/cups_1.1.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cups/cups_1.1.23.bb')
-rw-r--r--packages/cups/cups_1.1.23.bb17
1 files changed, 12 insertions, 5 deletions
diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb
index 8252ef949c..d5b0d649ba 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 = "r4"
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
file://strftime_fix.patch;patch=1"
@@ -37,6 +33,17 @@ fakeroot do_install () {
do_stage () {
install -d ${STAGING_INCDIR}/cups
install ${S}/cups/*.h ${STAGING_INCDIR}/cups/
+ install ${S}/filter/*.h ${STAGING_INCDIR}/cups/
oe_libinstall -C cups -so libcups ${STAGING_LIBDIR}
+ oe_libinstall -C filter -so libcupsimage ${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 \
+ "
+
+
+
+