diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-04-16 21:22:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 22:11:18 +0100 |
commit | c1914d7a061212652c2024534a7cdfe1ab143f4e (patch) | |
tree | 9a3e4d0d86e7da1bec5c763dd0d4103136ff0fab /meta/conf/distro | |
parent | 645327641495684bb4ce57c85fcba9a6360f1401 (diff) | |
download | poky-c1914d7a061212652c2024534a7cdfe1ab143f4e.tar.gz |
separatebuilddir.inc: disable libmusicbrainz
(From OE-Core rev: 7863a3c7f2d619c63ddb25883a774af6c9eb3143)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index a9ca24090b..48d98f4965 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -305,7 +305,8 @@ B_pn-libmad = "${SEPB}" | |||
305 | B_pn-libmatchbox = "${SEPB}" | 305 | B_pn-libmatchbox = "${SEPB}" |
306 | B_pn-libmpc = "${SEPB}" | 306 | B_pn-libmpc = "${SEPB}" |
307 | B_pn-libmpc-native = "${SEPB}" | 307 | B_pn-libmpc-native = "${SEPB}" |
308 | B_pn-libmusicbrainz = "${SEPB}" | 308 | # CMake Error: The source directory "[...]libmusicbrainz-5.0.1[...]/build" does not appear to contain CMakeLists.txt. |
309 | #B_pn-libmusicbrainz = "${SEPB}" | ||
309 | # Not automake and no support for out of tree | 310 | # Not automake and no support for out of tree |
310 | #B_pn-libnewt = "${SEPB}" | 311 | #B_pn-libnewt = "${SEPB}" |
311 | B_pn-libnfsidmap = "${SEPB}" | 312 | B_pn-libnfsidmap = "${SEPB}" |