cdrkit: add a link to genisoimage with the name mkisofs

cdrkit only install genisoimage by default,but most tools use
mkisofs to generate an ISO9660/JOLIET/HFS hybrid filesystem,
so add a link to genisoimage with the name mkisofs to support
these tools.

Signed-off-by: Jibin Xu <jibin.xu@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Jibin Xu 2017-11-24 01:37:44 -08:00 committed by Armin Kuster
parent 90f4b75fe7
commit ff3e8417c6

View File

@ -18,3 +18,7 @@ inherit cmake
DEPENDS = "libcap file bzip2"
RDEPENDS_${PN} = "perl"
do_install_append() {
ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs
}