summaryrefslogtreecommitdiff
path: root/packages/guile
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-13 21:07:33 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-13 21:07:33 +0000
commit03c519ef61584814951f1d8574b6efe2f4eefe9e (patch)
treeae356fe4d30cf9ae4c8895eb76696c5c5be67575 /packages/guile
parent7eced5fd13d92b3b74a9878a04f9deca1270974d (diff)
guile: move guile-native-1.6.4 to nonworking and close 3503.
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
-}