summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
index b3540887f3..70085e3dfc 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
@@ -91,6 +91,12 @@ ALTERNATIVE_PRIORITY = "100"
91ALTERNATIVE_LINK_NAME[chattr] = "${base_bindir}/chattr" 91ALTERNATIVE_LINK_NAME[chattr] = "${base_bindir}/chattr"
92ALTERNATIVE_TARGET[chattr] = "${base_bindir}/chattr.e2fsprogs" 92ALTERNATIVE_TARGET[chattr] = "${base_bindir}/chattr.e2fsprogs"
93 93
94ALTERNATIVE_${PN}-doc = "libblkid.3 blkid.8 findfs.8 fsck.8"
95ALTERNATIVE_LINK_NAME[libblkid.3] = "${mandir}/man3/libblkid.3"
96ALTERNATIVE_LINK_NAME[blkid.8] = "${mandir}/man8/blkid.8"
97ALTERNATIVE_LINK_NAME[findfs.8] = "${mandir}/man8/findfs.8"
98ALTERNATIVE_LINK_NAME[fsck.8] = "${mandir}/man8/fsck.8"
99
94inherit ptest 100inherit ptest
95SRC_URI += "file://run-ptest" 101SRC_URI += "file://run-ptest"
96SRC_URI += "file://ptest.patch" 102SRC_URI += "file://ptest.patch"