diff options
author | Matthias Hentges <oe@hentges.net> | 2005-04-17 14:04:20 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2005-04-17 14:04:20 +0000 |
commit | 75fa5d6073ba68514a7dcaff73b687395f7c1faf (patch) | |
tree | 49f532e1e8eb087a5c944c8a071b0fb724a341aa /packages | |
parent | c6367dcbd71330b6bdb69e43882ec77dcd182b64 (diff) |
Remove pagesz-not-constant.patch as gcc34.patch is doing the same thing (which of course breaks the build)
BKrev: 42626ce4FPjXcLtvz2gQJ0UgBliJig
Diffstat (limited to 'packages')
-rw-r--r-- | packages/util-linux/util-linux_2.12o.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/util-linux/util-linux_2.12o.bb b/packages/util-linux/util-linux_2.12o.bb index 5bcc761d38..d7afccf3ec 100644 --- a/packages/util-linux/util-linux_2.12o.bb +++ b/packages/util-linux/util-linux_2.12o.bb @@ -1,12 +1,12 @@ inherit autotools include util-linux.inc -PR = "r3" +PR = "r4" 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" + file://defines.h" + |