mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b3f83a2193
commit
e270076830
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user