[oe-commits] Koen Kooi : cups: convert to new style staging

git version control git at git.openembedded.org
Sat Mar 27 10:28:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9cad640a0c239963a0ebf07fbfdb82df77ea1150
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9cad640a0c239963a0ebf07fbfdb82df77ea1150

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 27 11:16:50 2010 +0100

cups: convert to new style staging

---

 recipes/cups/cups.inc |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc
index 36e76c3..0c7b103 100644
--- a/recipes/cups/cups.inc
+++ b/recipes/cups/cups.inc
@@ -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)





More information about the Openembedded-commits mailing list