[oe-commits] org.oe.dev zhone: fix RDEPENDS

jluebbe commit oe at amethyst.openembedded.net
Sat May 17 22:09:02 UTC 2008


zhone: fix RDEPENDS

Author: jluebbe at openembedded.org
Branch: org.openembedded.dev
Revision: f4fc6d5b07cfbbf0922b31fa7a5f3163c120543d
ViewMTN: http://monotone.openembedded.org/revision/info/f4fc6d5b07cfbbf0922b31fa7a5f3163c120543d
Files:
1
packages/freesmartphone/zhone_git.bb
Diffs:

#
# mt diff -raadc789a241e8e91a5a3df7e87ae742646337285 -rf4fc6d5b07cfbbf0922b31fa7a5f3163c120543d
#
#
#
# patch "packages/freesmartphone/zhone_git.bb"
#  from [d0d277f5c32f22996b96396481571321668f1dc1]
#    to [1d68c71ea6216ba266c1d3f52a8a13c33d86b97d]
#
============================================================
--- packages/freesmartphone/zhone_git.bb	d0d277f5c32f22996b96396481571321668f1dc1
+++ packages/freesmartphone/zhone_git.bb	1d68c71ea6216ba266c1d3f52a8a13c33d86b97d
@@ -2,9 +2,9 @@ DEPENDS = "edje-native"
 LICENSE = "GPL"
 SECTION = "x11"
 DEPENDS = "edje-native"
-RDEPENDS = "task-python-efl python-textutils"
+RDEPENDS = "task-python-efl python-textutils python-dbus"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
            file://80zhone"
@@ -12,10 +12,6 @@ inherit autotools
 
 inherit autotools
 
-RDEPENDS_${PN} += "\
-  python-dbus \
-"
-
 do_install_append() {
 	install -d ${D}${sysconfdir}/X11/Xsession.d/
 	install -m 0755 ${WORKDIR}/80zhone ${D}${sysconfdir}/X11/Xsession.d/
@@ -23,7 +19,5 @@ FILES_${PN} += "${datadir} ${sysconfdir}
 
 FILES_${PN} += "${datadir} ${sysconfdir}"
 
-RCONFLICTS = "openmoko-session2"
-RREPLACES = "openmoko-session2"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 






More information about the Openembedded-commits mailing list