[oe-commits] [meta-openembedded] 24/33: cdrkit: add a link to genisoimage with the name mkisofs

git at git.openembedded.org git at git.openembedded.org
Thu Nov 30 16:15:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 29b029499bc4e9f258cef62dbb3c2030bfb965b3
Author: Jibin Xu <jibin.xu at windriver.com>
AuthorDate: Fri Nov 24 01:37:44 2017 -0800

    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 at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb
index c0f220f..3b10e97 100644
--- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb
+++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb
@@ -18,3 +18,7 @@ inherit cmake
 
 DEPENDS = "libcap file bzip2"
 RDEPENDS_${PN} = "perl"
+
+do_install_append() {
+    ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list