* Added fix-duplicates.patch which fixes compilation due to a
broken Makefile.in file.
* The recipe overrides do_configure because autotools effectively
reverts the patch above and breaks compilation.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
--- /dev/null
+diff -ru Xdialog-2.3.1.orig/doc/Makefile.in Xdialog-2.3.1/doc/Makefile.in
+--- Xdialog-2.3.1.orig/doc/Makefile.in 2006-08-18 19:20:19.000000000 +0300
++++ Xdialog-2.3.1/doc/Makefile.in 2010-10-01 11:15:13.230652789 +0300
+@@ -310,7 +310,6 @@
+ uninstall: uninstall-am
+
+ install-am: all-am
+- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+ installcheck: installcheck-am
+ install-strip:
--- /dev/null
+DESCRIPTION = "Xdialog is a X11 replacement for the dialog text utility."
+LICENSE = "GPL"
+DEPENDS = "gtk+-1.2"
+
+PR = "r0"
+
+SRC_URI = "http://xdialog.free.fr/Xdialog-${PV}.tar.bz2 \
+ file://fix-duplicates.patch"
+
+S = "${WORKDIR}/Xdialog-${PV}"
+
+inherit autotools
+
+do_configure() {
+ oe_runconf
+}
+
+SRC_URI[md5sum] = "0671f8353717513bf1f0ebc80e9710f6"
+SRC_URI[sha256sum] = "1d446899697145fc36623d8afdd274066177da9383a6b619c18e8eb1b2ba589a"