aboutsummaryrefslogtreecommitdiffstats
path: root/guile/guile-native_1.6.4.oe
blob: 69b95c1f4b4e77d823f8af4ea7adaaba493fe67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SECTION = "unknown"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz"

inherit autotools native

S="${WORKDIR}/guile-${PV}"

do_configure() {
	# no autoreconf, thanks
	oe_runconf
}