Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] shared-mime-info: fix ordering of PACKAGES
@ 2011-11-18 14:13 Koen Kooi
  2011-11-18 14:27 ` Richard Purdie
  2011-11-18 14:28 ` Frans Meulenbroeks
  0 siblings, 2 replies; 8+ messages in thread
From: Koen Kooi @ 2011-11-18 14:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../shared-mime-info/shared-mime-info.inc          |    2 +-
 .../shared-mime-info/shared-mime-info_0.91.bb      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
index 57e829c..d7fa67c 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info.inc
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
@@ -19,7 +19,7 @@ FILES_${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc"
 
 # freedesktop.org.xml is only required when updating the mime database,
 # package it separately
-PACKAGES += "shared-mime-info-data"
+PACKAGES =+ "shared-mime-info-data"
 FILES_shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml"
 RDEPENDS_shared-mime-info-data = "shared-mime-info"
 
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_0.91.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_0.91.bb
index bc4a8f7..7ae6e10 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info_0.91.bb
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info_0.91.bb
@@ -1,5 +1,5 @@
 require shared-mime-info.inc
-PR = "r2"
+PR = "r3"
 
 SRC_URI[md5sum] = "982a211560ba4c47dc791ccff34e8fbc"
 SRC_URI[sha256sum] = "98cfebe1d809afb24934e634373821e2a1dfa86fc6462cab230589a1c80988bd"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-11-20 13:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18 14:13 [PATCH] shared-mime-info: fix ordering of PACKAGES Koen Kooi
2011-11-18 14:27 ` Richard Purdie
2011-11-18 14:28 ` Frans Meulenbroeks
2011-11-18 14:34   ` Paul Eggleton
2011-11-19 15:02     ` Frans Meulenbroeks
2011-11-19 15:13       ` Martin Jansa
2011-11-20 13:11         ` Frans Meulenbroeks
2011-11-18 14:34   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox