log4cxx: keeping in-source build (resolves #252)
This commit is contained in:
herbrechtsmeier 2014-05-15 11:09:09 +02:00
commit 2452d16f8b
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# Autotools class for recipes where separate build dir doesn't work
# Ideally we should fix software so it does work. Standard autotools supports
# this.
inherit autotools
B = "${S}"

View File

@ -15,6 +15,6 @@ SRC_URI[sha256sum] = "0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c
S = "${WORKDIR}/apache-${BP}"
inherit autotools pkgconfig
inherit autotools-brokensep pkgconfig
BBCLASSEXTEND += "native"