From 5eb2ff18f9964cd5ca3f07ecdaef7fa3d32a605e Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Thu, 1 Jun 2006 22:25:11 +0000 Subject: util-linux-native: Do not include .inc file. Too much is overridden. --- packages/util-linux/util-linux-native_2.12r.bb | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'packages/util-linux') diff --git a/packages/util-linux/util-linux-native_2.12r.bb b/packages/util-linux/util-linux-native_2.12r.bb index 48e1bf855b..862a6716bd 100644 --- a/packages/util-linux/util-linux-native_2.12r.bb +++ b/packages/util-linux/util-linux-native_2.12r.bb @@ -1,12 +1,17 @@ -include util-linux.inc +DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system." +SECTION = "base" +LICENSE = "GPL" +DEPENDS = "zlib-native ncurses-native" -PR = "r0" +inherit autotools native -inherit native - -PACKAGES = "" -RRECCOMMENDS_${PN} = "" -RDEPENDS_${PN} = "" +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://fdiskbsdlabel_thumb.diff;patch=1 \ + file://defines.h" S="${WORKDIR}/util-linux-${PV}" @@ -25,6 +30,3 @@ do_stage () { autotools_stage_all } -do_install () { - : -} -- cgit v1.2.3