From: Raymond Danks Date: Thu, 1 Jun 2006 22:25:11 +0000 (+0000) Subject: util-linux-native: Do not include .inc file. Too much is overridden. X-Git-Tag: Release-2010-05/1~9453^2~1514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb2ff18f9964cd5ca3f07ecdaef7fa3d32a605e;p=openembedded.git util-linux-native: Do not include .inc file. Too much is overridden. --- 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 () { - : -}