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