Skip to content
Snippets Groups Projects
Commit 2452d16f authored by herbrechtsmeier's avatar herbrechtsmeier
Browse files

Merge pull request #268 from bulwahn/resolves-#252

log4cxx: keeping in-source build (resolves #252)
parents 24a25287 c5871655
No related branches found
No related tags found
No related merge requests found
# 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}"
......@@ -15,6 +15,6 @@ SRC_URI[sha256sum] = "0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c
S = "${WORKDIR}/apache-${BP}"
inherit autotools pkgconfig
inherit autotools-brokensep pkgconfig
BBCLASSEXTEND += "native"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment