diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 15:52:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 17:03:55 +0000 |
commit | 6d339b84d5f2380a879d4b414d45daa5455475b3 (patch) | |
tree | ee4d34266b77c324768a6dec5b40c678a0445c0a /meta/conf | |
parent | a4bcb3f19f4a64cce8e8e406903255a4a6b547f8 (diff) | |
download | poky-6d339b84d5f2380a879d4b414d45daa5455475b3.tar.gz |
separatebuilddir: Drop cmake lines since cmake class has this as default now
The changes to cmake make this unneeded now.
(From OE-Core rev: 92472980b816ee9ada502c1965976cb6eedc0a27)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index a6df6aca46..3c36c2232a 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -320,7 +320,6 @@ 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 | B_pn-libproxy = "${SEPB}" | ||
324 | B_pn-libpthread-stubs = "${SEPB}" | 323 | B_pn-libpthread-stubs = "${SEPB}" |
325 | B_pn-libpthread-stubs-native = "${SEPB}" | 324 | B_pn-libpthread-stubs-native = "${SEPB}" |
326 | B_pn-librsvg = "${SEPB}" | 325 | B_pn-librsvg = "${SEPB}" |
@@ -659,7 +658,6 @@ B_pn-sysprof = "${SEPB}" | |||
659 | B_pn-systemd = "${SEPB}" | 658 | B_pn-systemd = "${SEPB}" |
660 | B_pn-systemtap = "${SEPB}" | 659 | B_pn-systemtap = "${SEPB}" |
661 | B_pn-systemtap-native = "${SEPB}" | 660 | B_pn-systemtap-native = "${SEPB}" |
662 | B_pn-taglib = "${SEPB}" | ||
663 | B_pn-tar = "${SEPB}" | 661 | B_pn-tar = "${SEPB}" |
664 | B_pn-tar-replacement-native = "${SEPB}" | 662 | B_pn-tar-replacement-native = "${SEPB}" |
665 | B_pn-tcl = "${SEPB}" | 663 | B_pn-tcl = "${SEPB}" |