zhone|frameworkd: add python-logging as dependency
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 15 Jan 2009 17:04:14 +0000 (18:04 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 15 Jan 2009 17:04:14 +0000 (18:04 +0100)
packages/freesmartphone/frameworkd_git.bb
packages/freesmartphone/zhone_git.bb

index 3c90759..f893afc 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.4.9+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 inherit distutils update-rc.d
 
@@ -32,6 +32,7 @@ RDEPENDS_${PN} += "\
   python-dbus \
   python-datetime \
   python-difflib \
+  python-logging \
   python-pprint \
   python-pygobject \
   python-pyrtc \
index 18b46e2..1526ce6 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "GPL"
 SECTION = "x11"
 DEPENDS = "edje-native python-pyrex-native python-cython-native"
 PV = "0.0.2+gitr${SRCREV}"
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
            file://80zhone"
@@ -20,6 +20,7 @@ FILES_${PN} += "${datadir} ${sysconfdir}"
 
 RDEPENDS = "\
   task-python-efl \
+  python-logging \
   python-textutils \
   python-dbus \
   python-pycairo \