summaryrefslogtreecommitdiff
path: root/packages/guile/guile-native_1.6.4.bb
blob: 39dcaff63e1cf6250ee462617c1d3dd1743e721c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "unknown"
LICENSE = "GPL"
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
}