summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-desktop
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-17 14:36:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-17 14:36:35 +0000
commita1f2ed6e7f969dca370a0cab8ae563c9cfaf5510 (patch)
tree1482a14aee7a195b4a4a9b42c7818955d24ca7f0 /meta/packages/matchbox-desktop
parent089e29b779a4b26800a0403c2a9cd5d3f86de9e2 (diff)
downloadpoky-a1f2ed6e7f969dca370a0cab8ae563c9cfaf5510.tar.gz
matchbox-desktop: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/matchbox-desktop')
-rw-r--r--meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb b/meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb
index 1b842d74ca..0a02bb9f3d 100644
--- a/meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb
+++ b/meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb
@@ -22,9 +22,3 @@ FILES_${PN}-dev += "${libdir}/matchbox-desktop \
22 ${datadir}/matchbox/desktop/modules/*a" 22 ${datadir}/matchbox/desktop/modules/*a"
23 23
24FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/" 24FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
25
26do_stage() {
27 install -d ${STAGING_INCDIR}/matchbox-desktop/
28 install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/
29
30}