gnomeos: Make python actually work, install bash by default
This commit is contained in:
parent
2bee1bbbdf
commit
43ae898f65
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue