make slang work. patch courtesy Graeme Gregory
authorMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 15:10:50 +0000 (15:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 15:10:50 +0000 (15:10 +0000)
BKrev: 41582d7asptOhjlUXEMsNyqeWBneUA

slang/slang/Makefile.patch [new file with mode: 0644]
slang/slang/configure.patch [new file with mode: 0644]
slang/slang_1.4.9.oe

diff --git a/slang/slang/Makefile.patch b/slang/slang/Makefile.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/slang/slang/configure.patch b/slang/slang/configure.patch
new file mode 100644 (file)
index 0000000..e69de29
index 8a9ef98..b0604dc 100644 (file)
@@ -1,10 +1,12 @@
-DESCRIPTION = "slang"
+DESCRIPTION = "slang is a library of text functions used in editors like slrn etc."
 SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Graeme Gregory <xora@lordpain.uklinux.net>"
+PR = "r1"
 
-SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-${PV}.tar.bz2"
-
+SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-${PV}.tar.bz2 \
+           file://configure.patch;patch=1 \
+           file://Makefile.patch;patch=1"
 inherit autotools 
 
 acpaths = "-I ${S}/autoconf"
@@ -21,7 +23,7 @@ do_configure_prepend () {
 do_compile () {
        oe_runmake all
        oe_runmake elf
-       oe_runmake demos
+#      oe_runmake demos
 }
 
 do_stage () {