aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/guile/guile-native_1.6.4.bb
blob: 4a3bc5e74e1666b0a343e11c7ce223bc278e2508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "unknown"
LICENSE = "GPL"
DEPENDS = "gmp-native"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
	   file://guile-amd64.patch;patch=1"

inherit autotools native

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

do_configure() {
	# no autoreconf, thanks
	oe_runconf
}