gnomeos: Make python actually work, install bash by default

This commit is contained in:
Colin Walters 2011-11-22 10:03:12 -05:00
parent 2bee1bbbdf
commit 43ae898f65
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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)