diff options
| author | Rainer Keller <rainer.keller@theqtcompany.com> | 2015-07-15 14:30:51 +0200 |
|---|---|---|
| committer | Rainer Keller <rainer.keller@theqtcompany.com> | 2015-08-12 13:50:57 +0000 |
| commit | 0fe5a62bd4c557e245128d4671b1f5af7dd6b4b1 (patch) | |
| tree | feb41717b4ee0c638c3c0958e58c488f86e10299 /recipes/virtualbox/mount-vboxsf_4.2.14.bb | |
| parent | 62e8fadcaa3ec57c442779bf523d25313c9b1f2c (diff) | |
| download | meta-boot2qt-0fe5a62bd4c557e245128d4671b1f5af7dd6b4b1.tar.gz | |
Update VirtualBox kernel modules
Modules needed to be updated in order to build with newer kernels.
Change-Id: I113b0831aebfeac3818837ed557ae5ae2bf072e1
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes/virtualbox/mount-vboxsf_4.2.14.bb')
| -rw-r--r-- | recipes/virtualbox/mount-vboxsf_4.2.14.bb | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/recipes/virtualbox/mount-vboxsf_4.2.14.bb b/recipes/virtualbox/mount-vboxsf_4.2.14.bb deleted file mode 100644 index 82fd0cc..0000000 --- a/recipes/virtualbox/mount-vboxsf_4.2.14.bb +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | ############################################################################# | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
| 4 | ## | ||
| 5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
| 6 | ## framework. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE$ | ||
| 9 | ## Commercial License Usage Only | ||
| 10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
| 11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
| 12 | ## may use this file in accordance with the terms contained in said license | ||
| 13 | ## agreement. | ||
| 14 | ## | ||
| 15 | ## For further information use the contact form at | ||
| 16 | ## http://www.qt.io/contact-us. | ||
| 17 | ## | ||
| 18 | ## | ||
| 19 | ## $QT_END_LICENSE$ | ||
| 20 | ## | ||
| 21 | ############################################################################# | ||
| 22 | |||
| 23 | DESCRIPTION = "VirtualBox Guest Additions for Linux: mount" | ||
| 24 | LICENSE = "GPLv2" | ||
| 25 | LIC_FILES_CHKSUM = "file://${WORKDIR}/VirtualBox-${PV}/COPYING;md5=e197d5641bb35b29d46ca8c4bf7f2660" | ||
| 26 | |||
| 27 | SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/VirtualBox-${PV}.tar.bz2 \ | ||
| 28 | file://mount-vboxsf.sh \ | ||
| 29 | " | ||
| 30 | |||
| 31 | SRC_URI[md5sum] = "be834de415adaf2f696f7a499f88b4e6" | ||
| 32 | SRC_URI[sha256sum] = "f8f6dc19612f3c84a5c857b8e5c452b8db2cf3c8c52a678b6a00e5dd5831130d" | ||
| 33 | |||
| 34 | S = "${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/sharedfolders" | ||
| 35 | |||
| 36 | do_compile() { | ||
| 37 | ${CC} mount.vboxsf.c vbsfmount.c -o mount.vboxsf | ||
| 38 | } | ||
| 39 | |||
| 40 | do_install() { | ||
| 41 | install -m 0755 -d ${D}${bindir}/ | ||
| 42 | install -m 0755 mount.vboxsf ${D}${bindir}/ | ||
| 43 | |||
| 44 | install -m 0755 -d ${D}${sysconfdir}/init.d | ||
| 45 | install -m 0755 ${WORKDIR}/mount-vboxsf.sh ${D}${sysconfdir}/init.d/ | ||
| 46 | } | ||
| 47 | |||
| 48 | INITSCRIPT_NAME = "mount-vboxsf.sh" | ||
| 49 | INITSCRIPT_PARAMS = "defaults 33" | ||
| 50 | |||
| 51 | inherit update-rc.d | ||
