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:50 +0000 |
commit | e2700768308c87db4bde04f6a1026d468489ddf4 (patch) | |
tree | 8cc83851c38d99ad5a28878a3d03169201b59751 /meta/conf/distro | |
parent | b3f83a21931168d089a54e96087c093c0bedab89 (diff) | |
download | poky-e2700768308c87db4bde04f6a1026d468489ddf4.tar.gz |
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 <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}" | |||
163 | B_pn-gdbm-native = "${SEPB}" | 163 | B_pn-gdbm-native = "${SEPB}" |
164 | B_pn-gdk-pixbuf = "${SEPB}" | 164 | B_pn-gdk-pixbuf = "${SEPB}" |
165 | B_pn-gdk-pixbuf-native = "${SEPB}" | 165 | B_pn-gdk-pixbuf-native = "${SEPB}" |
166 | B_pn-genext2fs = "${SEPB}" | ||
167 | B_pn-genext2fs-native = "${SEPB}" | ||
168 | B_pn-gettext = "${SEPB}" | 166 | B_pn-gettext = "${SEPB}" |
169 | B_pn-gettext-native = "${SEPB}" | 167 | B_pn-gettext-native = "${SEPB}" |
170 | #checking for system lcms2 library... checking for cmsCreateXYZProfile in -llcms2... no | 168 | #checking for system lcms2 library... checking for cmsCreateXYZProfile in -llcms2... no |
@@ -483,7 +481,6 @@ B_pn-nativesdk-fixesproto = "${SEPB}" | |||
483 | B_pn-nativesdk-flex = "${SEPB}" | 481 | B_pn-nativesdk-flex = "${SEPB}" |
484 | B_pn-nativesdk-gcc-runtime = "${SEPB}" | 482 | B_pn-nativesdk-gcc-runtime = "${SEPB}" |
485 | B_pn-nativesdk-gdbm = "${SEPB}" | 483 | B_pn-nativesdk-gdbm = "${SEPB}" |
486 | B_pn-nativesdk-genext2fs = "${SEPB}" | ||
487 | B_pn-nativesdk-gettext = "${SEPB}" | 484 | B_pn-nativesdk-gettext = "${SEPB}" |
488 | B_pn-nativesdk-glib-2.0 = "${SEPB}" | 485 | B_pn-nativesdk-glib-2.0 = "${SEPB}" |
489 | B_pn-nativesdk-glproto = "${SEPB}" | 486 | B_pn-nativesdk-glproto = "${SEPB}" |