aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking
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/nonworking
parent7eced5fd13d92b3b74a9878a04f9deca1270974d (diff)
downloadopenembedded-03c519ef61584814951f1d8574b6efe2f4eefe9e.tar.gz
guile: move guile-native-1.6.4 to nonworking and close 3503.
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
+}