diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-20 17:37:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:28 +0000 |
commit | ff5666bc460520aef6105e117d5431c05fd9f55b (patch) | |
tree | 56d2cde6609aa3c97d5247eda073b8a7a059f36f /meta/conf/distro | |
parent | 45779941cec4f53a8ca7f8350402e5d9e866c916 (diff) | |
download | openembedded-core-ff5666bc460520aef6105e117d5431c05fd9f55b.tar.gz openembedded-core-ff5666bc460520aef6105e117d5431c05fd9f55b.tar.bz2 openembedded-core-ff5666bc460520aef6105e117d5431c05fd9f55b.zip |
genext2fs: remove it
Remove genext2fs since we don't use it anymore, it can't support
ext4 well, either. We have used "mke2fs -d" to instead of it.
[YOCTO #6013]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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, 0 insertions, 3 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index c6897a593a..cf90c10fe9 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc @@ -163,8 +163,6 @@ B_pn-gdbm = "${SEPB}" B_pn-gdbm-native = "${SEPB}" B_pn-gdk-pixbuf = "${SEPB}" B_pn-gdk-pixbuf-native = "${SEPB}" -B_pn-genext2fs = "${SEPB}" -B_pn-genext2fs-native = "${SEPB}" B_pn-gettext = "${SEPB}" B_pn-gettext-native = "${SEPB}" #checking for system lcms2 library... checking for cmsCreateXYZProfile in -llcms2... no @@ -483,7 +481,6 @@ B_pn-nativesdk-fixesproto = "${SEPB}" B_pn-nativesdk-flex = "${SEPB}" B_pn-nativesdk-gcc-runtime = "${SEPB}" B_pn-nativesdk-gdbm = "${SEPB}" -B_pn-nativesdk-genext2fs = "${SEPB}" B_pn-nativesdk-gettext = "${SEPB}" B_pn-nativesdk-glib-2.0 = "${SEPB}" B_pn-nativesdk-glproto = "${SEPB}" |