diff options
author | Raymond Danks <raymond@edanks.com> | 2006-06-01 22:25:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 22:25:11 +0000 |
commit | 5eb2ff18f9964cd5ca3f07ecdaef7fa3d32a605e (patch) | |
tree | 4a02f4465532d7c17de103b4c7715335b5b7bc3c /packages/util-linux | |
parent | 843a617a90095b686ccec2fcc158580df347c8dd (diff) |
util-linux-native: Do not include .inc file. Too much is overridden.
Diffstat (limited to 'packages/util-linux')
-rw-r--r-- | packages/util-linux/util-linux-native_2.12r.bb | 22 |
1 files changed, 12 insertions, 10 deletions
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 () { - : -} |