summaryrefslogtreecommitdiff
path: root/packages/quilt/quilt_0.45.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-06 21:26:10 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-06 21:26:10 +0000
commite2a0d680182fdbc6cb56c8f77b9e85da82d63ede (patch)
tree7edee4f75b10a227cd0cea48450063c30d9520d0 /packages/quilt/quilt_0.45.bb
parentdeaa64e8bdcde263143ff6013c05faa76018c657 (diff)
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'."
Diffstat (limited to 'packages/quilt/quilt_0.45.bb')
-rw-r--r--packages/quilt/quilt_0.45.bb2
1 files changed, 2 insertions, 0 deletions
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