diff options
author | Timo Teräs <timo.teras@iki.fi> | 2019-06-09 13:55:56 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-06-09 15:28:35 +0300 |
commit | d5aefcf0c141eafcd663cb473da0a1695289fb07 (patch) | |
tree | e279c52bcfb4156793c96bd31b9c4bb1dbcdf1b0 /testing/fwupd/fixes.patch | |
parent | d41429e184408e6a35f789ca19296ef37559ea47 (diff) | |
download | aports-d5aefcf0c141eafcd663cb473da0a1695289fb07.tar.bz2 aports-d5aefcf0c141eafcd663cb473da0a1695289fb07.tar.xz |
testing/fwupd: new aport
Firmware update daemon
https://fwupd.org/
Diffstat (limited to 'testing/fwupd/fixes.patch')
-rw-r--r-- | testing/fwupd/fixes.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/fwupd/fixes.patch b/testing/fwupd/fixes.patch new file mode 100644 index 0000000000..896c3d138b --- /dev/null +++ b/testing/fwupd/fixes.patch @@ -0,0 +1,18 @@ +diff -ru fwupd-1.2.9.orig/src/fu-common.c fwupd-1.2.9/src/fu-common.c +--- fwupd-1.2.9.orig/src/fu-common.c 2019-05-20 13:17:42.000000000 +0300 ++++ fwupd-1.2.9/src/fu-common.c 2019-06-09 13:48:00.861388043 +0300 +@@ -460,7 +460,6 @@ + fu_common_add_argv (argv, "--die-with-parent"); + fu_common_add_argv (argv, "--ro-bind /usr /usr"); + fu_common_add_argv (argv, "--ro-bind /lib /lib"); +- fu_common_add_argv (argv, "--ro-bind /lib64 /lib64"); + fu_common_add_argv (argv, "--ro-bind /bin /bin"); + fu_common_add_argv (argv, "--ro-bind /sbin /sbin"); + fu_common_add_argv (argv, "--dir /tmp"); +diff -ru fwupd-1.2.9.orig/data/tests/builder/startup.sh fwupd-1.2.9/data/tests/builder/startup.sh +--- fwupd-1.2.9.orig/data/tests/builder/startup.sh 2019-05-20 13:17:42.000000000 +0300 ++++ fwupd-1.2.9/data/tests/builder/startup.sh 2019-06-07 21:43:43.543150907 +0300 +@@ -1,2 +1,2 @@ +-#/bin/sh ++#!/bin/sh + cat source.bin | rev > firmware.bin |