insane.bbclass: Detect if someone is not using our LDFLAGS
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 26 Oct 2008 19:14:53 +0000 (20:14 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 28 Oct 2008 14:15:17 +0000 (15:15 +0100)
commitc00633cd751a2ccc6fcf8d1805a358327ae6d628
tree98c2628143325f96a7bdd21050e6516680b5cc30
parent83176ca41497b63eab25babf275eb09b5de55a8d
insane.bbclass: Detect if someone is not using our LDFLAGS

    We started passing --target-style=gnu/both to the linker. If the
    buildsystem is not picking up our LDFLAGS it will not have this
    hash in the binary. E.g. this is true for busybox. Add a check to
    insane.bbclass to check if we have a GNU_HASH in the elf binary.

    Make this a non fatal QA option until the majority of packages
    are fixed.
classes/insane.bbclass