use exlib params, update copyright
This commit is contained in:
parent
4062fb1f67
commit
7132e3eb4b
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# Copyright 2008,2009 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SUPPORTED_AUTOCONF=( 2.5 )
|
||||
SUPPORTED_AUTOMAKE=( 1.10 )
|
||||
|
||||
require "${PN}" autotools
|
||||
require "${PN}"
|
||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES+=(
|
||||
"${FILES}/${PNV}-automagic-deps.patch"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 2008,2009 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SUPPORTED_AUTOCONF=( 2.5 )
|
||||
SUPPORTED_AUTOMAKE=( 1.10 )
|
||||
|
||||
require "${PN}" autotools
|
||||
require "${PN}"
|
||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES+=(
|
||||
"${FILES}/${PN}-2.05.01-automagic-deps.patch"
|
||||
|
|
Loading…
Reference in a new issue