[oe-commits] Martin Jansa : glib-2.0_git: add RREPLACES for gdbus-binding-tool

git version control git at git.openembedded.org
Sun May 8 05:25:17 UTC 2011


Module: openembedded.git
Branch: master
Commit: 07852ad2ebc161317705db6b619c6207b2a1b1f9
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=07852ad2ebc161317705db6b619c6207b2a1b1f9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun May  8 07:00:23 2011 +0200

glib-2.0_git: add RREPLACES for gdbus-binding-tool

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/glib-2.0/glib-2.0_git.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/glib-2.0/glib-2.0_git.bb b/recipes/glib-2.0/glib-2.0_git.bb
index 025e200..59fc763 100644
--- a/recipes/glib-2.0/glib-2.0_git.bb
+++ b/recipes/glib-2.0/glib-2.0_git.bb
@@ -34,6 +34,7 @@ do_install_append() {
 }
 
 PE = "1"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_shr = "1"
@@ -41,6 +42,8 @@ DEFAULT_PREFERENCE_shr = "1"
 DEPENDS = "glib-2.0-native gtk-doc zlib"
 # needed for gdbus-codegen
 RDEPENDS_${PN} = "python-argparse"
+RREPLACES_${PN} = "gdbus-binding-tool"
+RCONFLICTS_${PN} = "gdbus-binding-tool"
 DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
                             pkgconfig-native python-argparse-native"
 





More information about the Openembedded-commits mailing list