bc6c610e10
package/util-linux: don't lie about availability of '%ms' scanf modifier
...
Use a patch from gentoo which allows building libmount even
if the C library does not supports %ms/%as.
See: https://bugs.gentoo.org/406303
SVN-Revision: 33270
2012-08-24 10:01:01 +00:00
471c4ef5e2
util-linux: disable udev support, add missing dependencies
...
SVN-Revision: 32183
2012-06-11 00:56:41 +00:00
9959397147
util-linux: libblkid depends on libuuid
...
SVN-Revision: 32168
2012-06-10 20:27:24 +00:00
7d3b258e31
[package] util-linux: update to 2.21.2
...
SVN-Revision: 32141
2012-06-09 17:37:29 +00:00
0d3a139d38
[package] util-linux: fix typo
...
SVN-Revision: 32074
2012-06-05 20:54:33 +00:00
684dfc2d2d
[util-linux] fixes a descriptions mismatch
...
fixes #11381
SVN-Revision: 32012
2012-05-30 20:16:29 +00:00
db43a46a0c
[package] util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. cryptsetup ( #11508 )
...
SVN-Revision: 31854
2012-05-24 09:17:27 +00:00
bea4b2fdf6
package/util-linux: install development files
...
Also remove trailing whitespaces from the Makefile.
Based on a patch by M. Braun.
SVN-Revision: 31701
2012-05-13 12:20:15 +00:00
c8d942ce25
[packages/{e2fsprogs,util-linux,util-linux-ng}] update/rename those packages
...
This patch makes several changes to the util-linux(-ng) package:
* rename to util-linux (official name now, util-linux-ng got merged)
* bump to last stable version 2.21.1 (was 2.13.0.1 before)
* add several new packages
* sort packages within Makefile
* remove patches which got merged upstream
This patch makes some changes to the e2fsprogs package:
* bump to last stable version 1.42.2
* libraries moved from e2fsprogs to util-linux - take care of that
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31499
2012-04-28 19:54:54 +00:00
82a1585b17
[package] util-linux(-ng): revert r31183, r31178 - the update introduced several regressions which need to be worked out first
...
SVN-Revision: 31202
2012-04-05 12:00:20 +00:00
984b81f36a
[package] util-linux: prevent packaging libtool placeholder scripts ( #11224 )
...
SVN-Revision: 31183
2012-04-04 11:40:08 +00:00
c5171c26e0
[package] util-linux: move and update
...
This patch makes several changes with util-linux-ng package:
* moves it to util-linux (upstream name)
* bumps it to last stable version 2.20.1 (was 2.13.0.1)
* adds new package getopt
* sorts packages inside Makefile
* removes patch, it has been applied upstream
I would also like to maintain this package.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31178
2012-04-02 16:25:48 +00:00
b1ddb046e5
nuke util-linux in favor of util-linux-ng, build only what we need
...
SVN-Revision: 9444
2007-10-25 09:57:57 +00:00
4f16c005d3
more package submenus
...
SVN-Revision: 9351
2007-10-18 19:08:16 +00:00
68efdf9e33
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
...
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
db94d68739
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
5c903cc55c
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
ff3977ba5b
package/util-linux fixes:
...
* don't use Build/Configure/Default since it is not an autoconf based package
* fix opt flags passed more than once
* move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default
SVN-Revision: 8498
2007-08-26 23:33:28 +00:00
5229e945a7
add a '@KERNEL' download facility, tweak script
...
SVN-Revision: 8495
2007-08-26 18:21:24 +00:00
962245cb2d
Some packages make no sense or do not build for etrax
...
SVN-Revision: 8216
2007-07-29 15:50:32 +00:00
1a2629181a
Package the hardware clock utility and fix english typos ( #2015 )
...
SVN-Revision: 7874
2007-07-04 11:20:46 +00:00
671e1b7f67
fix util-linux compile on avr32
...
SVN-Revision: 7860
2007-07-03 01:13:10 +00:00
180d4558bf
Package cfdisk and bump release number ( #1992 )
...
SVN-Revision: 7828
2007-07-01 17:43:31 +00:00
adf9bfe1bd
added several patches to make packages compile for the foxboard
...
SVN-Revision: 7597
2007-06-12 20:36:02 +00:00
62f0f6a548
refresh all package patches in the buildroot using quilt
...
SVN-Revision: 7490
2007-06-04 11:25:53 +00:00
9a1687d8aa
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
...
SVN-Revision: 6582
2007-03-16 20:21:39 +00:00
8b05e2e3bb
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
...
SVN-Revision: 6580
2007-03-16 19:18:55 +00:00
97a8b79683
same propset here as changeset:6500
...
SVN-Revision: 6501
2007-03-04 04:41:46 +00:00
a4f8f08149
pass the CFLAGS through the environment on compile and fix a few packages
...
SVN-Revision: 6154
2007-01-21 02:14:50 +00:00
46281ac8cc
fix fdisk llseek
...
SVN-Revision: 6144
2007-01-20 15:00:31 +00:00
9a56fe53ae
fix util-linux compile
...
SVN-Revision: 5795
2006-12-14 22:09:04 +00:00
f5ce6bce09
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
2006-11-23 00:29:07 +00:00
39ed9eab85
finally move buildroot-ng to trunk
...
SVN-Revision: 5059
2006-10-13 20:51:49 +00:00