summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/guile/guile-native_1.6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/guile/guile-native_1.6.4.bb')
-rw-r--r--recipes/nonworking/guile/guile-native_1.6.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/nonworking/guile/guile-native_1.6.4.bb b/recipes/nonworking/guile/guile-native_1.6.4.bb
new file mode 100644
index 0000000000..4a3bc5e74e
--- /dev/null
+++ b/recipes/nonworking/guile/guile-native_1.6.4.bb
@@ -0,0 +1,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
+}