diff options
author | Ørjan Malde <red@foxi.me> | 2020-05-02 22:22:27 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-02 21:23:43 +0100 |
commit | 6168a78d3957e6a56540aca8760d17b2e12f42a0 (patch) | |
tree | 4b7230879c86c08f0511556e23632e4f700fb739 /groups | |
parent | 9dd525f3f7b4b8deb36952d2e199b0c4d544b007 (diff) | |
download | midipix_build-6168a78d3957e6a56540aca8760d17b2e12f42a0.tar.bz2 midipix_build-6168a78d3957e6a56540aca8760d17b2e12f42a0.tar.xz |
groups/221.native_packages_dev.group: adds sbsigntools. (git master)
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'groups')
-rw-r--r-- | groups/221.native_packages_dev.group | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/groups/221.native_packages_dev.group b/groups/221.native_packages_dev.group index 09335394..3cab7b86 100644 --- a/groups/221.native_packages_dev.group +++ b/groups/221.native_packages_dev.group @@ -4,7 +4,7 @@ GROUP_TARGET="native_packages"; NATIVE_PACKAGES_PACKAGES="$(rtl_lconcat "${NATIVE_PACKAGES_PACKAGES}" " bison chicken cparser diffutils flex gdb lua lunix m4 make mandoc nasm -patch patchutils perl python2 python3 ruby smallbasic tk")"; +patch patchutils perl python2 python3 ruby sbsigntools smallbasic tk")"; : ${PKG_BISON_SHA256SUM:=55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641}; : ${PKG_BISON_VERSION:=3.5}; : ${PKG_BISON_URL:=https://ftp.gnu.org/gnu/bison/bison-${PKG_BISON_VERSION}.tar.xz}; @@ -113,6 +113,10 @@ patch patchutils perl python2 python3 ruby smallbasic tk")"; : ${PKG_RUBY_CONFIGURE_ARGS_EXTRA:="--disable-install-rdoc --with-baseruby=${PREFIX}/bin/ruby --with-out-ext=fiddle,openssl"}; : ${PKG_RUBY_MAKEFLAGS_BUILD:=-j1}; : ${PKG_RUBY_MAKEFLAGS_VERBOSITY:="none"}; +: ${PKG_SBSIGNTOOLS_DEPENDS:="libressl"}; +: ${PKG_SBSIGNTOOLS_URLS_GIT:=sbsigntools-master=https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git@master}; +: ${PKG_SBSIGNTOOLS_SUBDIR:=sbsigntools-master}; +: ${PKG_SBSIGNTOOLS_IN_TREE:=1}; : ${PKG_SMALLBASIC_URLS_GIT:="SmallBASIC=https://github.com/smallbasic/SmallBASIC@master"}; : ${PKG_SMALLBASIC_CFLAGS_CONFIGURE_EXTRA:=-std=gnu99}; : ${PKG_SMALLBASIC_IN_TREE:=1}; |