summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
AgeCommit message (Collapse)Author
2014-06-21s/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-17fix build breakageWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar 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.
2014-06-04update to latest upstreamWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-21add symlinks to mkfs.typeWaldemar Brodkorb
2014-05-10fix dependency to libtinfoWaldemar Brodkorb
2014-05-10fix buildWaldemar Brodkorb
2014-05-07remove meta package and e2fsck-staticWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-04update e2fsprogs, enable for mpdboxWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2013-11-10fix runtime dependsWaldemar Brodkorb
2013-10-23fix package buildWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-09disable defrag program, fails to compile on avr32 and is not packagedWaldemar Brodkorb
2013-08-14update to latest upstream versionWaldemar Brodkorb
2013-01-31update to latest upstreamWaldemar Brodkorb
2012-10-04update to latest upstreamWaldemar Brodkorb
2012-07-27full build on Darwin fixesWaldemar Brodkorb
2012-03-13add missing dependency to libblkidWaldemar Brodkorb
2011-12-05misc fixes, new package ed and mailutilsWaldemar Brodkorb
2011-12-03misc fixesWaldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
2011-09-12fix wrong variable namesWaldemar Brodkorb
2011-09-12split binaries in subpackagesWaldemar Brodkorb
2011-09-07add resize2fs subpackageWaldemar Brodkorb
2011-07-18correct header pathWaldemar Brodkorb
2011-04-26install when module is choosen, from philWaldemar Brodkorb
2011-04-25only build one copy of libuuid/libblkidWaldemar Brodkorb
2011-03-24build e2fsck.static only when choosenWaldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-02-02add header subpackagesWaldemar Brodkorb
2011-01-29optimize packageWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-12allow cross-compile under DarwinWaldemar Brodkorb
2011-01-11fix misusage of CFLAGS, found via -fhonour-coptsWaldemar Brodkorb
2011-01-10resolve conflictsWaldemar Brodkorb
2011-01-10add a subpackage for the static e2fsck buildPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: install /etc/mke2fs.conf along with mke2fsPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: need to include unistd.h, otherwise optind is undefinedPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-06disable rpath, enable TLS, fix cross-compile on DarwinWaldemar Brodkorb
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2010-12-30resolve merge conflictsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-16enable automatic filesystem checks for devices/partitions in /etc/fstabWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb