summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/rpm/rpm_5.4.0.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-12-27 12:47:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:10:47 +0000
commitca76443522a6bb38d239b9aa0c7932cd44446ff8 (patch)
tree10b1147c85a2d73ff3286ab75d3239d986b81b62 /meta/recipes-devtools/rpm/rpm_5.4.0.bb
parent2f4e68708d3d9603f292bd14dcacf93aa8bada4f (diff)
downloadopenembedded-core-ca76443522a6bb38d239b9aa0c7932cd44446ff8.tar.gz
openembedded-core-ca76443522a6bb38d239b9aa0c7932cd44446ff8.tar.bz2
openembedded-core-ca76443522a6bb38d239b9aa0c7932cd44446ff8.tar.xz
openembedded-core-ca76443522a6bb38d239b9aa0c7932cd44446ff8.zip
rpm: fix build with automake-1.11.2
automake version 1.11.2 has made use of dir variables more strict. the use of pkglibdir with SCRIPTS & DATA vars results in automake errors. This commits uses pkgdatadir & pkgbindir vars instead of pkglibdir to avoid the strict check errors. This change also works with automake-1.11.1 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index aae59eca5..bbc404fb7 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -66,6 +66,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;ex
file://rpm-canonarch.patch \
file://rpm-no-loopmsg.patch \
file://rpm-scriptletexechelper.patch \
+ file://fix_for_automake_1.11.2.patch \
file://pythondeps.sh \
"