]> code.ossystems Code Review - openembedded-core.git/commit
rpm: define EM_AARCH64 for debugedit
authorRoy Li <rongqing.li@windriver.com>
Wed, 28 Oct 2015 09:52:43 +0000 (17:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:20:24 +0000 (11:20 +0000)
commit91a159e64d404653b2d9178caf027f797a4d3f3b
treefcf39c353d9f876a7311554a2120c6980b66fdca
parent58f5ccc7a04cada4251eb6a321bd98973581582e
rpm: define EM_AARCH64 for debugedit

EM_AARCH64 maybe not be defined due to old version elf.h when compile
rpm-native, and lead to that debugedit can not work on aarch64 elf object
files, since there is no other dependence, except these two macro,
define them to make debugedit work on aarch64 elf files.

  debugedit: /bitbake_build/tmp/work/aarch64-wrs-linux/libvirt/1.2.19-r0/
  package/usr/lib64/libvirt/ptest/daemon/libvirtd_admin_la-admin_server.o:
  Unhandled relocation 258 in .debug_info section

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/rpm/rpm/0001-define-EM_AARCH64.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.14.bb