cups: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 10:16:50 +0000 (11:16 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 10:16:50 +0000 (11:16 +0100)
recipes/cups/cups.inc

index 36e76c3..0c7b103 100644 (file)
@@ -52,14 +52,6 @@ fakeroot do_install () {
    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)