diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-05 20:22:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-05 20:22:13 +0000 |
commit | 5df72b24f7517becb0fae7b31817600dfc9d7960 (patch) | |
tree | f811ee29d128232c0026d75edbfb869236ce50ce /packages/cups | |
parent | 6e1e3520be08ced969f93e229fc45d588abacfff (diff) |
cups: stage files needed for gutenprint
Diffstat (limited to 'packages/cups')
-rw-r--r-- | packages/cups/cups_1.1.23.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb index 8caa420c4d..d5b0d649ba 100644 --- a/packages/cups/cups_1.1.23.bb +++ b/packages/cups/cups_1.1.23.bb @@ -4,7 +4,7 @@ LICENSE = "GPL LGPL" DEPENDS = "openssl jpeg libpng zlib install-native" -PR = "r3" +PR = "r4" SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ file://strftime_fix.patch;patch=1" @@ -33,7 +33,9 @@ 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) |