use exlib params, update copyright

for/master
Daniel Mierswa 2009-02-13 02:32:13 +01:00
parent 4062fb1f67
commit 7132e3eb4b
2 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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"