diff options
Diffstat (limited to 'recipes/e2fsprogs')
-rw-r--r-- | recipes/e2fsprogs/e2fsprogs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc index 119efb05ca..f9dae6ecf0 100644 --- a/recipes/e2fsprogs/e2fsprogs.inc +++ b/recipes/e2fsprogs/e2fsprogs.inc @@ -106,7 +106,7 @@ pkg_prerm_e2fsprogs-mke2fs () { } # blkid used to be part of e2fsprogs but is useful outside, add it -# as an RDEPENDS so that anything relying on it being in e2fsprogs +# as an RDEPENDS_${PN} so that anything relying on it being in e2fsprogs # still works RDEPENDS_e2fsprogs = "util-linux-ng e2fsprogs-badblocks" |