[oe-commits] Saul Wold : task-self-hosted: add python-pkgutil since it's required

git at git.openembedded.org git at git.openembedded.org
Fri Feb 3 15:56:31 UTC 2012


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jan 31 16:58:00 2012 -0800

task-self-hosted: add python-pkgutil since it's required

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/tasks/task-self-hosted.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 253d500..63fa1cc 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Basic Image Tasks"
-PR = "r3"
+PR = "r4"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -164,6 +164,7 @@ RDEPENDS_task-self-hosted-extended = "\
     python-email \
     python-unixadmin \
     python-compression \
+    python-pkgutil \
     quota \
     readline \
     rpm \





More information about the Openembedded-commits mailing list