mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
musicbrainz: Build with B=S
This recipe doesn't work when B!=S, so force B=$S to fix the failure. Signed-off-by: Mike Looijmans <milo-software@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
412ef2ced9
commit
e75d71a52c
@@ -37,3 +37,6 @@ do_configure_prepend() {
|
||||
|
||||
EXTRA_OECMAKE = "-DLIB_INSTALL_DIR:PATH=${libdir} \
|
||||
-DIMPORT_EXECUTABLES=build-native/ImportExecutables.cmake"
|
||||
|
||||
# out-of-tree building doesn't appear to work for this package.
|
||||
B = "${S}"
|
||||
|
||||
Reference in New Issue
Block a user