From 398d9d6b57be208ad0ad20b574ef2ba2f60bbc82 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Tue, 26 May 2009 18:43:10 +0200 Subject: [PATCH] Don't use require ${PN} --- packages/dev-lang/nasm/nasm-2.05.01.exheres-0 | 3 +-- packages/dev-lang/nasm/nasm-2.06_rc12.exheres-0 | 3 +-- packages/sys-apps/metalog/metalog-0.9.exheres-0 | 2 +- packages/sys-apps/usbip/usbip-0.1.6.exheres-0 | 2 +- packages/sys-apps/usbip/usbip-scm.exheres-0 | 2 +- packages/sys-libs/uClibc/uClibc-0.9.30_rc3.exheres-0 | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/dev-lang/nasm/nasm-2.05.01.exheres-0 b/packages/dev-lang/nasm/nasm-2.05.01.exheres-0 index 6818409..90e33ef 100644 --- a/packages/dev-lang/nasm/nasm-2.05.01.exheres-0 +++ b/packages/dev-lang/nasm/nasm-2.05.01.exheres-0 @@ -1,8 +1,7 @@ # Copyright 2008,2009 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -require "${PN}" -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ] +require nasm autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ] DEFAULT_SRC_PREPARE_PATCHES+=( "${FILES}/${PNV}-automagic-deps.patch" diff --git a/packages/dev-lang/nasm/nasm-2.06_rc12.exheres-0 b/packages/dev-lang/nasm/nasm-2.06_rc12.exheres-0 index 1f7b716..c3f9e51 100644 --- a/packages/dev-lang/nasm/nasm-2.06_rc12.exheres-0 +++ b/packages/dev-lang/nasm/nasm-2.06_rc12.exheres-0 @@ -1,8 +1,7 @@ # Copyright 2008, 2009 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -require "${PN}" -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ] +require nasm autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ] DEFAULT_SRC_PREPARE_PATCHES+=( "${FILES}/${PN}-2.05.01-automagic-deps.patch" diff --git a/packages/sys-apps/metalog/metalog-0.9.exheres-0 b/packages/sys-apps/metalog/metalog-0.9.exheres-0 index ca2a0a4..0ba5ba0 100644 --- a/packages/sys-apps/metalog/metalog-0.9.exheres-0 +++ b/packages/sys-apps/metalog/metalog-0.9.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2009 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -require "${PN}" +require metalog SLOT="0" PLATFORMS="~amd64" diff --git a/packages/sys-apps/usbip/usbip-0.1.6.exheres-0 b/packages/sys-apps/usbip/usbip-0.1.6.exheres-0 index 4056bf5..f6fff6f 100644 --- a/packages/sys-apps/usbip/usbip-0.1.6.exheres-0 +++ b/packages/sys-apps/usbip/usbip-0.1.6.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2008 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -require "${PN}" +require usbip SLOT="0" PLATFORMS="~amd64" diff --git a/packages/sys-apps/usbip/usbip-scm.exheres-0 b/packages/sys-apps/usbip/usbip-scm.exheres-0 index e0e0fc3..8c145e6 100644 --- a/packages/sys-apps/usbip/usbip-scm.exheres-0 +++ b/packages/sys-apps/usbip/usbip-scm.exheres-0 @@ -3,7 +3,7 @@ SCM_REPOSITORY="https://${PN}.svn.sourceforge.net/svnroot/${PN}/linux" -require "${PN}" scm-svn +require usbip scm-svn DOWNLOADS="" SLOT="0" diff --git a/packages/sys-libs/uClibc/uClibc-0.9.30_rc3.exheres-0 b/packages/sys-libs/uClibc/uClibc-0.9.30_rc3.exheres-0 index a895282..29158b4 100644 --- a/packages/sys-libs/uClibc/uClibc-0.9.30_rc3.exheres-0 +++ b/packages/sys-libs/uClibc/uClibc-0.9.30_rc3.exheres-0 @@ -1,6 +1,6 @@ # Copyright 2008 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -require "${PN}" +require uClibc PLATFORMS="~amd64"