From 43ae898f6529f29c714b8093c3fd3e0b15a609f3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 22 Nov 2011 10:03:12 -0500 Subject: [PATCH] gnomeos: Make python actually work, install bash by default --- gnomeos/yocto/classes/gnomeos-contents.bbclass | 3 ++- gnomeos/yocto/commit-yocto-build.sh | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass index b84c148f..ff967ee9 100644 --- a/gnomeos/yocto/classes/gnomeos-contents.bbclass +++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass @@ -11,7 +11,8 @@ PACKAGE_INSTALL = "task-core-boot \ coreutils \ ostree ostree-init \ strace \ - python-core python-misc" + bash \ + python-modules" RDEPENDS += "${PACKAGE_INSTALL}" DEPENDS += "makedevs-native virtual/fakeroot-native" diff --git a/gnomeos/yocto/commit-yocto-build.sh b/gnomeos/yocto/commit-yocto-build.sh index b3b1786a..5307fefa 100755 --- a/gnomeos/yocto/commit-yocto-build.sh +++ b/gnomeos/yocto/commit-yocto-build.sh @@ -24,8 +24,10 @@ shift ARCH=x86 +BUILDDIR=$WORKDIR/tmp-eglibc + OSTREE_REPO=$WORKDIR/repo -BUILD_TAR=$WORKDIR/tmp-eglibc/deploy/images/gnomeos-contents-$BRANCH-qemu${ARCH}.tar.gz +BUILD_TAR=$BUILDDIR/deploy/images/gnomeos-contents-$BRANCH-qemu${ARCH}.tar.gz BUILD_TIME=$(date -r $BUILD_TAR)