diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 14:36:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 14:36:35 +0000 |
commit | a1f2ed6e7f969dca370a0cab8ae563c9cfaf5510 (patch) | |
tree | 1482a14aee7a195b4a4a9b42c7818955d24ca7f0 /meta/packages | |
parent | 089e29b779a4b26800a0403c2a9cd5d3f86de9e2 (diff) | |
download | openembedded-core-a1f2ed6e7f969dca370a0cab8ae563c9cfaf5510.tar.gz openembedded-core-a1f2ed6e7f969dca370a0cab8ae563c9cfaf5510.tar.bz2 openembedded-core-a1f2ed6e7f969dca370a0cab8ae563c9cfaf5510.zip |
matchbox-desktop: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-desktop/matchbox-desktop_0.9.1.bb | 6 |
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 \ ${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/ - -} |