]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/guile/guile-native_1.6.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / guile / guile-native_1.6.4.bb
1 SECTION = "unknown"
2 LICENSE = "GPL"
3 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
4 SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
5            file://guile-amd64.patch;patch=1"
6
7 inherit autotools native
8
9 S="${WORKDIR}/guile-${PV}"
10
11 do_configure() {
12         # no autoreconf, thanks
13         oe_runconf
14 }