if We don't depend on util-linux-ng and that it has not been compiled yet
in e2fsck we get undefined references to:
e2fsck_free_context, check_super_block, e2fsck_fix_ext3_journal_hint,
e2fsck_journal_load,e2fsck_get_journal,e2fsck_check_ext3_journal,
e2fsck_journal_reset_super,setup_tdb
LICENSE = "GPL"
SECTION = "base"
DEPENDS = "gettext-native util-linux-ng"
-DEPENDS_virtclass-native = "gettext-native"
+DEPENDS_virtclass-native = "gettext-native util-linux-ng-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz"
S = "${WORKDIR}/e2fsprogs-${PV}"
-INC_PR = "r22"
+INC_PR = "r23"
inherit autotools