]> code.ossystems Code Review - openembedded-core.git/commit
debian.bbclass: Fix hardcoded "lib" reference
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 11:38:31 +0000 (12:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 12:39:22 +0000 (13:39 +0100)
commit6b2e41023941f15d0f9211ef17339ba1fca9a3b9
tree357604927b058af02c0cf9b299bde55360b58ee8
parent30064a98dc9049db4a37f119d15fbb59aa3c8377
debian.bbclass: Fix hardcoded "lib" reference

This patch removes a hardcoded "lib" reference from debian.bbclass
allowing libdirs like "lib64" to be used. Whilst working on this area of
code, a similar assumption about "bin" is removed and the regular
expression compilation is moved to the parent function since it doesn't
change and this will improve the speed of the code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/debian.bbclass