From 7751069ddc458c121d9852ddad58ca90b0c288ae Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 29 Jul 2008 19:30:09 +0000 Subject: shared-mime-info: fix install (from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@4984 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- packages/shared-mime-info/shared-mime-info_0.51.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-mime-info/shared-mime-info_0.51.bb b/packages/shared-mime-info/shared-mime-info_0.51.bb index 732d8e1725..2b70538e58 100644 --- a/packages/shared-mime-info/shared-mime-info_0.51.bb +++ b/packages/shared-mime-info/shared-mime-info_0.51.bb @@ -7,5 +7,5 @@ do_install_append() { update-mime-database ${D}${datadir}/mime # we do not need it on device and it is huge - rm ${D}${destdir}/mime/packages/freedesktop.org.xml + rm ${D}${datadir}/mime/packages/freedesktop.org.xml } -- cgit v1.2.3 '/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/libmpcdec
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-08-02libmpcdec: initial release 1.2.6. Closes 4385.Rolf Leggewie2