diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-03 15:52:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:33:56 +0000 |
commit | 3c6fde03dbedcd14f76318080926e8b078a22a9c (patch) | |
tree | 7290e747e58e53a7befd2d7cf419300c1b69d2c7 /meta/conf/distro/include/seperatebuilddir.inc | |
parent | 6aafc529d7007e4d5646cb76c5f4573d8598602f (diff) | |
download | poky-3c6fde03dbedcd14f76318080926e8b078a22a9c.tar.gz |
separatebuilddir: build libproxy and taglib out of the source tree
(From OE-Core rev: 706084cedc73612af4feb5dd9075f1efb1b7d58c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/seperatebuilddir.inc')
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index e1a5c6b43a..a6df6aca46 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -320,8 +320,7 @@ B_pn-libpcre = "${SEPB}" | |||
320 | B_pn-libpcre-native = "${SEPB}" | 320 | B_pn-libpcre-native = "${SEPB}" |
321 | B_pn-libpng = "${SEPB}" | 321 | B_pn-libpng = "${SEPB}" |
322 | B_pn-libpng-native = "${SEPB}" | 322 | B_pn-libpng-native = "${SEPB}" |
323 | # Needs automatic support in cmake.bbclass | 323 | B_pn-libproxy = "${SEPB}" |
324 | #B_pn-libproxy = "${SEPB}" | ||
325 | B_pn-libpthread-stubs = "${SEPB}" | 324 | B_pn-libpthread-stubs = "${SEPB}" |
326 | B_pn-libpthread-stubs-native = "${SEPB}" | 325 | B_pn-libpthread-stubs-native = "${SEPB}" |
327 | B_pn-librsvg = "${SEPB}" | 326 | B_pn-librsvg = "${SEPB}" |
@@ -660,6 +659,7 @@ B_pn-sysprof = "${SEPB}" | |||
660 | B_pn-systemd = "${SEPB}" | 659 | B_pn-systemd = "${SEPB}" |
661 | B_pn-systemtap = "${SEPB}" | 660 | B_pn-systemtap = "${SEPB}" |
662 | B_pn-systemtap-native = "${SEPB}" | 661 | B_pn-systemtap-native = "${SEPB}" |
662 | B_pn-taglib = "${SEPB}" | ||
663 | B_pn-tar = "${SEPB}" | 663 | B_pn-tar = "${SEPB}" |
664 | B_pn-tar-replacement-native = "${SEPB}" | 664 | B_pn-tar-replacement-native = "${SEPB}" |
665 | B_pn-tcl = "${SEPB}" | 665 | B_pn-tcl = "${SEPB}" |