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 14:57:02 +0000 |
commit | 92472980b816ee9ada502c1965976cb6eedc0a27 (patch) | |
tree | 7a598f8f0db011dd11ae079746bc860244292b44 /meta/conf/distro | |
parent | 34b9b2931da1fbf4c68a3e35f4ca56553058574b (diff) | |
download | openembedded-core-92472980b816ee9ada502c1965976cb6eedc0a27.tar.gz openembedded-core-92472980b816ee9ada502c1965976cb6eedc0a27.tar.bz2 openembedded-core-92472980b816ee9ada502c1965976cb6eedc0a27.zip |
separatebuilddir: Drop cmake lines since cmake class has this as default now
The changes to cmake make this unneeded now.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-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}" B_pn-libpcre-native = "${SEPB}" B_pn-libpng = "${SEPB}" B_pn-libpng-native = "${SEPB}" -B_pn-libproxy = "${SEPB}" B_pn-libpthread-stubs = "${SEPB}" B_pn-libpthread-stubs-native = "${SEPB}" B_pn-librsvg = "${SEPB}" @@ -659,7 +658,6 @@ B_pn-sysprof = "${SEPB}" B_pn-systemd = "${SEPB}" B_pn-systemtap = "${SEPB}" B_pn-systemtap-native = "${SEPB}" -B_pn-taglib = "${SEPB}" B_pn-tar = "${SEPB}" B_pn-tar-replacement-native = "${SEPB}" B_pn-tcl = "${SEPB}" |