aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2fsprogs
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-04-01 12:16:46 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-04-03 16:59:55 +0200
commit44b1e505b376f20e2edabc8950d539642bfc5c5d (patch)
tree68324e87e71ccadc72b43704e58f98b9dc97b8bc /recipes/e2fsprogs
parent6182ecd1ef0d94d7ac9fe980bf6aed00f156a0a2 (diff)
downloadopenembedded-44b1e505b376f20e2edabc8950d539642bfc5c5d.tar.gz
e2fsprogs.inc depends on util-linux-ng-native for native builds and bump PR
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
Diffstat (limited to 'recipes/e2fsprogs')
-rw-r--r--recipes/e2fsprogs/e2fsprogs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc
index 55df7672f4..119efb05ca 100644
--- a/recipes/e2fsprogs/e2fsprogs.inc
+++ b/recipes/e2fsprogs/e2fsprogs.inc
@@ -3,13 +3,13 @@ HOMEPAGE = "http://e2fsprogs.sf.net"
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