package/elfutils: set program-prefix to default ("eu-")
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Thu, 18 Aug 2016 10:17:47 +0000 (12:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 18 Aug 2016 22:02:27 +0000 (00:02 +0200)
commit2970711de7516b171b9c214be388bad49177b842
treec30006c7acb549e2ad9021155197a5ab4c59d97a
parent0652eb4d47f7d67a74363b4719ab8b2c5e89c33f
package/elfutils: set program-prefix to default ("eu-")

Elfutils program names collide with binutils' binaries. By default
applications provided by elfutils are prefixed with "eu-", but in
Buildroot that setting is overridden by pkg-autotools.
The option in pkg-autotools rules was added to avoid including a target
triple in some packages as a prefix, so restore elfutils default
behaviour by adding a "eu-" program-prefix.

Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Thomas: add comment in the .mk file explaining why we have a custom
program prefix, as suggested by Arnout.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/elfutils/elfutils.mk