blob: 5bcc761d38f4b32b712b87cfca7f9bbc6d211320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
inherit autotools
include util-linux.inc
PR = "r3"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-${PV}.tar.bz2 \
file://gcc34.patch;patch=1 \
file://MCONFIG \
file://make_include \
file://swapargs.h \
file://defines.h \
file://pagesz-not-constant.patch;patch=1"
|