diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-11 09:08:26 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-11 10:23:17 +0000 |
| commit | 7a77eb1760eb242a6a4b37bec71c2311a0a806d6 (patch) | |
| tree | a56e6e9e0607cb45c7c8aa4b5ec55e7777ca34b4 /recipes/virtualbox | |
| parent | 96550b28fc28fd3b59f8bf1ac92686dea1ace3ce (diff) | |
| download | meta-boot2qt-7a77eb1760eb242a6a4b37bec71c2311a0a806d6.tar.gz | |
Change all tab characters to spaces
Gerrit Sanity Bot does not like tabs, so remove them from recipes.
Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'recipes/virtualbox')
| -rw-r--r-- | recipes/virtualbox/mount-vboxsf_4.2.14.bb | 10 | ||||
| -rw-r--r-- | recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/recipes/virtualbox/mount-vboxsf_4.2.14.bb b/recipes/virtualbox/mount-vboxsf_4.2.14.bb index 63d61f6..82fd0cc 100644 --- a/recipes/virtualbox/mount-vboxsf_4.2.14.bb +++ b/recipes/virtualbox/mount-vboxsf_4.2.14.bb | |||
| @@ -34,15 +34,15 @@ SRC_URI[sha256sum] = "f8f6dc19612f3c84a5c857b8e5c452b8db2cf3c8c52a678b6a00e5dd58 | |||
| 34 | S = "${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/sharedfolders" | 34 | S = "${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/sharedfolders" |
| 35 | 35 | ||
| 36 | do_compile() { | 36 | do_compile() { |
| 37 | ${CC} mount.vboxsf.c vbsfmount.c -o mount.vboxsf | 37 | ${CC} mount.vboxsf.c vbsfmount.c -o mount.vboxsf |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | do_install() { | 40 | do_install() { |
| 41 | install -m 0755 -d ${D}${bindir}/ | 41 | install -m 0755 -d ${D}${bindir}/ |
| 42 | install -m 0755 mount.vboxsf ${D}${bindir}/ | 42 | install -m 0755 mount.vboxsf ${D}${bindir}/ |
| 43 | 43 | ||
| 44 | install -m 0755 -d ${D}${sysconfdir}/init.d | 44 | install -m 0755 -d ${D}${sysconfdir}/init.d |
| 45 | install -m 0755 ${WORKDIR}/mount-vboxsf.sh ${D}${sysconfdir}/init.d/ | 45 | install -m 0755 ${WORKDIR}/mount-vboxsf.sh ${D}${sysconfdir}/init.d/ |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | INITSCRIPT_NAME = "mount-vboxsf.sh" | 48 | INITSCRIPT_NAME = "mount-vboxsf.sh" |
diff --git a/recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb b/recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb index 587695c..04fffec 100644 --- a/recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb +++ b/recipes/virtualbox/virtualbox-guest-additions_4.2.14.bb | |||
| @@ -41,13 +41,13 @@ export KBUILD_VERBOSE="1" | |||
| 41 | export BUILD_TARGET_ARCH="${ARCH}" | 41 | export BUILD_TARGET_ARCH="${ARCH}" |
| 42 | 42 | ||
| 43 | do_compile_prepend() { | 43 | do_compile_prepend() { |
| 44 | ${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/export_modules ${WORKDIR}/vbox.tar.gz | 44 | ${WORKDIR}/VirtualBox-${PV}/src/VBox/Additions/linux/export_modules ${WORKDIR}/vbox.tar.gz |
| 45 | tar xf ${WORKDIR}/vbox.tar.gz -C ${WORKDIR}/vbox | 45 | tar xf ${WORKDIR}/vbox.tar.gz -C ${WORKDIR}/vbox |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | do_install() { | 48 | do_install() { |
| 49 | install -m 0755 -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/vbox | 49 | install -m 0755 -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/vbox |
| 50 | install -m 0644 *.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/vbox | 50 | install -m 0644 *.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/vbox |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | PKG_${PN} = "kernel-module-vbox" | 53 | PKG_${PN} = "kernel-module-vbox" |
