]> code.ossystems Code Review - openembedded-core.git/commit
rpm: fix build with automake-1.11.2
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 27 Dec 2011 20:47:59 +0000 (12:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jan 2012 12:10:47 +0000 (12:10 +0000)
commitca76443522a6bb38d239b9aa0c7932cd44446ff8
tree10b1147c85a2d73ff3286ab75d3239d986b81b62
parent2f4e68708d3d9603f292bd14dcacf93aa8bada4f
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>
meta/recipes-devtools/rpm/rpm/fix_for_automake_1.11.2.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.0.bb