chmod 0711 "${D}/${localstatedir}/run/cups/certs"
}
-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}
-}
-
python do_package_append() {
# Change permissions back the way they were, they probably had a reason...
pkgdest = bb.data.getVar('PKGDEST', d, 1)