aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch')
-rw-r--r--recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch b/recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch
index 4a2eac8..440cca8 100644
--- a/recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch
+++ b/recipes-core/swupd-server/swupd-server/0002-create_pack-download-fullfile-on-demand-for-packs.patch
@@ -6,6 +6,8 @@ Subject: [PATCH 2/3] create_pack: download fullfile on demand for packs
The fullfile .tar is needed for a pack as fallback when linking from
the full rootfs isn't possible. In practice this shouldn't happen.
+Upstream-Status: Submitted [https://github.com/clearlinux/swupd-server/pull/47]
+
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
---
src/pack.c | 13 +++++++++++++