diff options
| -rw-r--r-- | meta/recipes-extended/parted/parted_3.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/meta/recipes-extended/parted/parted_3.2.bb index ab30108bf2..6189fd2246 100644 --- a/meta/recipes-extended/parted/parted_3.2.bb +++ b/meta/recipes-extended/parted/parted_3.2.bb | |||
| @@ -48,3 +48,9 @@ do_install_ptest() { | |||
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3" | 50 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3" |
| 51 | |||
| 52 | inherit update-alternatives | ||
| 53 | |||
| 54 | ALTERNATIVE_PRIORITY = "100" | ||
| 55 | ALTERNATIVE_${PN} = "partprobe" | ||
| 56 | ALTERNATIVE_LINK_NAME[partprobe] = "${sbindir}/partprobe" | ||
