diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-05-17 22:10:09 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-05-17 22:10:09 +0000 |
commit | 378c7b7c13dfbd91cbf41ba63d78de9c9e604b13 (patch) | |
tree | 5071248b26d1e77d6fd6a67c8125e7337fd28477 /packages/freesmartphone | |
parent | 1a024cff0ce1d516c47f70bea1ebe3ec02e82541 (diff) |
zhone: fix RDEPENDS
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 419ee7a3e3..513b06f35a 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Zhone: Zen Phone" 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 @@ S = "${WORKDIR}/git" 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 @@ do_install_append() { FILES_${PN} += "${datadir} ${sysconfdir}" -RCONFLICTS = "openmoko-session2" -RREPLACES = "openmoko-session2" PACKAGE_ARCH = "${MACHINE_ARCH}" |