Skip to content

Commit

Permalink
Merge pull request #86 from mariux64/update-bash-from-4.3_p30-to-4.3_p46
Browse files Browse the repository at this point in the history
Clean up GNU Bash and apply patches 31 to 46
  • Loading branch information
thomas committed Aug 8, 2016
2 parents 5172b7f + 14b59f8 commit 580cd67
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 34 deletions.
34 changes: 0 additions & 34 deletions bash-4.3_p30-0.bee

This file was deleted.

24 changes: 24 additions & 0 deletions bash.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/env beesh

# BEE_VERSION bash-4.3_p46-0

SRCURL[0]="https://ftp.gnu.org/gnu/bash/bash-${PKGVERSION}.tar.gz"

PATCHURL=()

p="${PKGEXTRAVERSION#p}"
pv="${PKGVERSION//./}"

for i in $(seq --format="%03.0f" 1 $p) ; do
PATCHURL+=("https://ftp.gnu.org/gnu/bash/bash-${PKGVERSION}-patches/bash${pv}-$i")
done

mee_configure() {
bee_configure \
--without-bash-malloc \
--with-installed-readline
}

mee_install_post() {
ln -sv ${BINDIR}/bash ${D}${BINDIR}/sh
}

0 comments on commit 580cd67

Please sign in to comment.