Don't use require ${PN}
This commit is contained in:
parent
66433c8247
commit
398d9d6b57
6 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Copyright 2008,2009 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2008,2009 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require "${PN}"
|
require nasm autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
|
||||||
|
|
||||||
DEFAULT_SRC_PREPARE_PATCHES+=(
|
DEFAULT_SRC_PREPARE_PATCHES+=(
|
||||||
"${FILES}/${PNV}-automagic-deps.patch"
|
"${FILES}/${PNV}-automagic-deps.patch"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Copyright 2008, 2009 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2008, 2009 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require "${PN}"
|
require nasm autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
|
||||||
|
|
||||||
DEFAULT_SRC_PREPARE_PATCHES+=(
|
DEFAULT_SRC_PREPARE_PATCHES+=(
|
||||||
"${FILES}/${PN}-2.05.01-automagic-deps.patch"
|
"${FILES}/${PN}-2.05.01-automagic-deps.patch"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require "${PN}"
|
require metalog
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require "${PN}"
|
require usbip
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
SCM_REPOSITORY="https://${PN}.svn.sourceforge.net/svnroot/${PN}/linux"
|
SCM_REPOSITORY="https://${PN}.svn.sourceforge.net/svnroot/${PN}/linux"
|
||||||
|
|
||||||
require "${PN}" scm-svn
|
require usbip scm-svn
|
||||||
|
|
||||||
DOWNLOADS=""
|
DOWNLOADS=""
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require "${PN}"
|
require uClibc
|
||||||
|
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
|
|
Loading…
Reference in a new issue