Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-25 | Revert "glib: update to 2.51.2, fix build on debian9" | Waldemar Brodkorb | |
This reverts commit 9e0e06dca28a3c7e7c313b66e853cf5d6cc0d539. | |||
2017-02-25 | util-linux: update to 2.29.2 | Waldemar Brodkorb | |
2017-02-21 | glib: update to 2.51.2, fix build on debian9 | Waldemar Brodkorb | |
2017-02-09 | rework base submenu, make it more clear what is already provided by busybox | Waldemar Brodkorb | |
2017-01-27 | util-linux: update to 2.29.1 | Waldemar Brodkorb | |
2017-01-17 | util-linux: fix runtime dependencies for fdisk | Waldemar Brodkorb | |
2016-11-22 | util-linux: disable wide-char support | Waldemar Brodkorb | |
2016-11-18 | util-linux: update to 2.29, install libs to /usr/lib and fixup pc files | Waldemar Brodkorb | |
2016-11-13 | util-linux: libreadline for sfdisk required | Waldemar Brodkorb | |
2016-11-08 | util-linux: force -fPIC | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-11-01 | util-linux: autotools no longer needed | Waldemar Brodkorb | |
2016-11-01 | util-linux: fix install of tools | Waldemar Brodkorb | |
2016-10-30 | util-linux: mkfs install problem fix | Waldemar Brodkorb | |
2016-10-29 | util-linux: fix libraries install | Waldemar Brodkorb | |
2016-10-29 | sysvinit: add experimental support for non busybox init | Waldemar Brodkorb | |
2016-10-27 | util-linux: remove autoreconf | Waldemar Brodkorb | |
2016-10-03 | remove librt/libpthread packages, not required anymore | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-09-30 | util-linux: disable symbol versioning, may be fix spurious libSM failures | Waldemar Brodkorb | |
2016-09-13 | uefi boot dislikes size in genimage, use a dummy image for cfgfs, add ↵ | Waldemar Brodkorb | |
dependencies | |||
2016-09-09 | util-linux: update to 2.28.2 | Waldemar Brodkorb | |
2016-08-24 | util-linux: fix mcookie compile | Waldemar Brodkorb | |
2016-08-20 | util-linux: update to 2.28.1 | Waldemar Brodkorb | |
2016-06-30 | util-linux: disable programs if only libuuid and others required | Waldemar Brodkorb | |
2016-06-03 | rework uClibc-ng workaround for scanf test | Waldemar Brodkorb | |
2016-04-21 | util-linux: update to 2.28 | Waldemar Brodkorb | |
2015-12-27 | various microblaze related fixes add back some missing patches | Waldemar Brodkorb | |
2015-10-24 | util-linux: update to latest | Waldemar Brodkorb | |
2015-05-31 | fix sfdisk, which needs libfdisk now | Waldemar Brodkorb | |
2015-05-02 | update util-linux to latest stable version | Waldemar Brodkorb | |
2015-03-29 | fix build for sparc | Waldemar Brodkorb | |
2015-03-15 | update to latest upstream, ntp_gettime problem fixed | Waldemar Brodkorb | |
2015-03-09 | remove timex.h check, problematic for musl and uClibc | Waldemar Brodkorb | |
2015-03-07 | update to latest stable upstream | Waldemar Brodkorb | |
2015-01-03 | fix another syntax error | Waldemar Brodkorb | |
2015-01-03 | remove unpackaged su | Waldemar Brodkorb | |
2015-01-03 | allow static build of nfsroot for lemote | Waldemar Brodkorb | |
2014-12-28 | pc files missing | Waldemar Brodkorb | |
2014-12-27 | remove some crap | Waldemar Brodkorb | |
2014-12-27 | unbreak kodi and util-linux, bad qa day. | Waldemar Brodkorb | |
2014-12-27 | fix sha hash | Waldemar Brodkorb | |
2014-12-27 | update to latest upstream | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-07-09 | disable some tests, now at least runltp finish. | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-20 | fix some packages, when static build is choosen | Waldemar Brodkorb | |
2014-06-19 | compile autotool stuff, bison and flex by default | Waldemar Brodkorb | |
2014-06-17 | add missing patches | Waldemar Brodkorb | |
2014-06-17 | fix lvm build, remove util-linux hackish way to generate pc files | Waldemar Brodkorb | |
2014-06-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-06-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar Brodkorb | |
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl. |