Fix the nano builds when build with proper build ordering.
authorChris Larson <clarson@kergoth.com>
Sun, 2 Nov 2003 03:56:51 +0000 (03:56 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 2 Nov 2003 03:56:51 +0000 (03:56 +0000)
BKrev: 3fa48083q86sDqf-5hVuj1Tv9Uxl_Q

nano/nano-1.2.1/glib.m4 [new file with mode: 0644]
nano/nano-1.3.0/glib.m4 [new file with mode: 0644]
nano/nano_1.2.1.oe
nano/nano_1.3.0.oe

diff --git a/nano/nano-1.2.1/glib.m4 b/nano/nano-1.2.1/glib.m4
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/nano/nano-1.3.0/glib.m4 b/nano/nano-1.3.0/glib.m4
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..4194e50 100644 (file)
@@ -0,0 +1,12 @@
+DEPENDS = virtual/libc ncurses
+RDEPENDS = libc6 libncurses5
+
+SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \
+          file://${FILESDIR}/configure.patch;patch=1
+S := ${WORKDIR}/${P}
+
+inherit autotools
+
+do_configure_prepend () {
+       cp ${FILESDIR}/glib.m4 m4/
+}
index e69de29..95e251c 100644 (file)
@@ -0,0 +1,12 @@
+DEPENDS = virtual/libc ncurses
+RDEPENDS = libc6 libncurses5
+
+SRC_URI := http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \
+          file://${FILESDIR}/configure.patch;patch=1 \
+          file://${FILESDIR}/make.patch;patch=1
+
+inherit autotools
+
+do_configure_prepend () {
+       cp ${FILESDIR}/glib.m4 m4/
+}