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:08 +0100 |
commit | 4b992175bfe1822839c2e6762162bf36fe4037ab (patch) | |
tree | c2299b1c63544b39409efcd615536443af0c9f8d /meta/conf/distro | |
parent | db45a970740a18c320b780506429fc3e0749004d (diff) | |
download | poky-4b992175bfe1822839c2e6762162bf36fe4037ab.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}" |