Automake:
authorChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 21:54:09 +0000 (21:54 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 21:54:09 +0000 (21:54 +0000)
  * Add gnu-config to its RDEPENDS.
  * Add m4-native/m4 to DEPENDS/RDEPENDS.
  * Apply a patch to fix more usage of AC_PATH_PROG() paths in a runtime
    binary.  autoconf was doing so both with PERL and M4.

BKrev: 422f70811n9X8pdwDatsofGlE9r5GQ

packages/autoconf/autoconf-2.59/path_prog_fixes.patch [new file with mode: 0644]
packages/autoconf/autoconf-native_2.59.bb
packages/autoconf/autoconf_2.59.bb

diff --git a/packages/autoconf/autoconf-2.59/path_prog_fixes.patch b/packages/autoconf/autoconf-2.59/path_prog_fixes.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..846a447 100644 (file)
@@ -0,0 +1,7 @@
+SECTION = "devel"
+include autoconf_${PV}.bb
+DEPENDS = "m4-native gnu-config-native"
+S = "${WORKDIR}/autoconf-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
+
+inherit native
index 162ca14..9ae0b97 100644 (file)
@@ -3,8 +3,10 @@ automatically configure sourcecode."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/autoconf/"
 SECTION = "devel"
+DEPENDS += "m4-native"
+RDEPENDS_${PN} = "m4 gnu-config"
 RRECOMMENDS_${PN} = "automake"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://program_prefix.patch;patch=1 \
@@ -14,5 +16,6 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://autoreconf-gnuconfigize.patch;patch=1 \
           file://autoconf259-update-configscripts.patch;patch=1 \
           file://autoheader-nonfatal-warnings.patch;patch=1 \
-          file://sizeof_types.patch;patch=1"
+          file://sizeof_types.patch;patch=1 \
+          file://path_prog_fixes.patch;patch=1"
 inherit autotools