mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -18,3 +18,7 @@ inherit cmake
|
||||
|
||||
DEPENDS = "libcap file bzip2"
|
||||
RDEPENDS_${PN} = "perl"
|
||||
|
||||
do_install_append() {
|
||||
ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user