]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-desktop: Drop custom staging function
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 14:36:35 +0000 (14:36 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 14:36:35 +0000 (14:36 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb

index 1b842d74caa40def576ef7ad1cc62757a185a016..0a02bb9f3d4cc24e660de83477d2dfd1fcb3bc23 100644 (file)
@@ -22,9 +22,3 @@ FILES_${PN}-dev += "${libdir}/matchbox-desktop \
                    ${datadir}/matchbox/desktop/modules/*a"
 
 FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
-
-do_stage() {
-               install -d ${STAGING_INCDIR}/matchbox-desktop/
-               install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/
-
-}