[ostree] gnomeos: Make python actually work, install bash by default
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] gnomeos: Make python actually work, install bash by default
- Date: Fri, 25 Nov 2011 17:03:30 +0000 (UTC)
commit 43ae898f6529f29c714b8093c3fd3e0b15a609f3
Author: Colin Walters <walters verbum org>
Date: Tue Nov 22 10:03:12 2011 -0500
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 b84c148..ff967ee 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 b3b1786..5307fef 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]