From e2700768308c87db4bde04f6a1026d468489ddf4 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 20 Mar 2014 17:37:41 +0800 Subject: 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] (From OE-Core rev: ff5666bc460520aef6105e117d5431c05fd9f55b) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/conf/distro/include/seperatebuilddir.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf') 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}" -- cgit v1.2.3-54-g00ecf