bitbake.conf: Work around dev symlink problems on darwin
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 10:24:57 +0000 (10:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Aug 2013 15:20:13 +0000 (16:20 +0100)
commitbef88a295b39f71c52a3bf1a48ce544bd88c359c
treeaad583228561864cd0722818615b553f54d38941
parente61cdc592317640928c160b9b9ce397658436b4f
bitbake.conf: Work around dev symlink problems on darwin

On darwin, we have:

libxxx.dylib -> libxxx.Y.dylib

compared to Linux which has:

libxxx.so -> libxxx.so.Y

Our ordering of PACKAGES with -dev first and then ${PN} makes it impossible to
match the files correctly using simple globbing. This makes darwin targets
completely broken since both the libs and the dev symlinks end up in ${PN}-dev.

Whilst this commit is a hack, it at least puts the files into ${PN} and allows the
builds to be used. Symlinks don't take up much space so this isn't the end of
the world. I'm open to better solutions to this.

(From OE-Core rev: 51c3dbe2df45096bbd7866adabb08e114952ff13)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf