mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
90f4b75fe7
commit
ff3e8417c6
|
|
@ -18,3 +18,7 @@ inherit cmake
|
|||
|
||||
DEPENDS = "libcap file bzip2"
|
||||
RDEPENDS_${PN} = "perl"
|
||||
|
||||
do_install_append() {
|
||||
ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user