aboutsummaryrefslogtreecommitdiffstats
path: root/packages/guile/guile-native_1.6.4.bb
blob: 9457d054b0e23b76cc840fa038c8b788ea9b9d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "unknown"
LICENSE = "GPL"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
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
}