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