summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch b/meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch
index f15eacbe72..5f82afef0c 100644
--- a/meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch
+++ b/meta/recipes-devtools/elfutils/files/0001-add-support-for-ipkg-to-debuginfod.cxx.patch
@@ -1,4 +1,4 @@
1From b647d1df55c20772a9cc7ce96fcf323c500481bf Mon Sep 17 00:00:00 2001 1From 571416bf5b5ef319df6d9c79e46680920487e4a7 Mon Sep 17 00:00:00 2001
2From: dorindabassey <dorindabassey@gmail.com> 2From: dorindabassey <dorindabassey@gmail.com>
3Date: Sat, 19 Dec 2020 01:11:46 +0100 3Date: Sat, 19 Dec 2020 01:11:46 +0100
4Subject: [PATCH] add support for ipkg to debuginfod.cxx 4Subject: [PATCH] add support for ipkg to debuginfod.cxx
@@ -8,15 +8,16 @@ added support for ipkg to the debuginfod scanner. 0.182 only supports RPM and sc
8Upstream-status: Submitted [https://sourceware.org/pipermail/elfutils-devel/2020q4/003357.html] 8Upstream-status: Submitted [https://sourceware.org/pipermail/elfutils-devel/2020q4/003357.html]
9 9
10Signed-off-by: dorindabassey <dorindabassey@gmail.com> 10Signed-off-by: dorindabassey <dorindabassey@gmail.com>
11
11--- 12---
12 debuginfod/debuginfod.cxx | 2 ++ 13 debuginfod/debuginfod.cxx | 2 ++
13 1 file changed, 2 insertions(+) 14 1 file changed, 2 insertions(+)
14 15
15diff --git a/debuginfod/debuginfod.cxx b/debuginfod/debuginfod.cxx 16diff --git a/debuginfod/debuginfod.cxx b/debuginfod/debuginfod.cxx
16index 5621030..cc78c93 100644 17index b34eacc..a8915f2 100644
17--- a/debuginfod/debuginfod.cxx 18--- a/debuginfod/debuginfod.cxx
18+++ b/debuginfod/debuginfod.cxx 19+++ b/debuginfod/debuginfod.cxx
19@@ -442,11 +442,13 @@ parse_opt (int key, char *arg, 20@@ -484,11 +484,13 @@ parse_opt (int key, char *arg,
20 { 21 {
21 scan_archives[".deb"]="dpkg-deb --fsys-tarfile"; 22 scan_archives[".deb"]="dpkg-deb --fsys-tarfile";
22 scan_archives[".ddeb"]="dpkg-deb --fsys-tarfile"; 23 scan_archives[".ddeb"]="dpkg-deb --fsys-tarfile";