From e2a0d680182fdbc6cb56c8f77b9e85da82d63ede Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 6 Aug 2006 21:26:10 +0000 Subject: packages/quilt: Fix build of quilt 0.45 The aclocal.m4 is an automatically generated file, created by aclocal.m4. The OpenEmbedded project automatially removes this automatically generated file to regenerate it using aclocal. Readd the content from aclocal.m4 as acinclude.m4 which will be seen by the same set of programs... Or as the automake website says: "The contents of `acinclude.m4', if it exists, are also automatically included in `aclocal.m4'. This is useful for incorporating local macros into `configure'." --- packages/quilt/quilt_0.45.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/quilt/quilt_0.45.bb') diff --git a/packages/quilt/quilt_0.45.bb b/packages/quilt/quilt_0.45.bb index 9a08b19abd..cf96cc9bc9 100644 --- a/packages/quilt/quilt_0.45.bb +++ b/packages/quilt/quilt_0.45.bb @@ -2,6 +2,8 @@ RDEPENDS_${PN} += "patch diffstat bzip2" require quilt_${PV}.inc +SRC_URI += "file://aclocal.patch;patch=1" + inherit autotools gettext require quilt-package.inc -- cgit v1.2.3