]> code.ossystems Code Review - openembedded-core.git/commit
mesa.inc: remove '-' suffix in substitution of package names
authorMing Liu <ming.liu@windriver.com>
Fri, 20 Jun 2014 10:28:01 +0000 (18:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jun 2014 18:53:01 +0000 (19:53 +0100)
commitf02e0ae803b7a37b410c8487916331cdcae98cf3
treec3481db09d0da1bc8d68965e53c29f8ea5df510b
parent6ba9162c5facc2078d3818b18e628e2a75d9ca26
mesa.inc: remove '-' suffix in substitution of package names

The current substitution to package names is not correct, its original
purpose is: replace "mesa-" with "mesa-dri-", in which process the
"mesa" package is left out, this leads mesa package to announce to
conflict with itself, and therefore cause build failures when multilib
mesa are being added to rootfs.

Changing the replacement pattern to without a '-' suffix will fix it.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc