summarylogtreecommitdiffstats
path: root/0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
diff options
context:
space:
mode:
authorMahmut Dikcizgi2023-01-26 00:00:50 +0100
committerMahmut Dikcizgi2023-01-26 00:00:50 +0100
commit7e33f913d59009016d88cd98e3deec223141920c (patch)
tree7366324e5766362411b7618a6358619e94761bb1 /0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
downloadaur-7e33f913d59009016d88cd98e3deec223141920c.tar.gz
Radxa fork of Linux 5.10 which is based on the fork of Rockchip BSP.
Signed-off-by: Mahmut Dikcizgi <boogiepop@gmx.com>
Diffstat (limited to '0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch')
-rw-r--r--0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch b/0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
new file mode 100644
index 000000000000..a69f0871e3a7
--- /dev/null
+++ b/0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
@@ -0,0 +1,39 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: ZHANG Yuntan <yt@radxa.com>
+Date: Tue, 6 Dec 2022 16:10:47 +0800
+Subject: [PATCH] VENDOR: Version tagging linux-libc-dev as well
+
+---
+ scripts/package/builddeb | 2 +-
+ scripts/package/mkdebian | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/scripts/package/builddeb b/scripts/package/builddeb
+index 91a502bb97e8..6eb5af462341 100755
+--- a/scripts/package/builddeb
++++ b/scripts/package/builddeb
+@@ -215,7 +215,7 @@ if [ "$ARCH" != "um" ]; then
+ fi
+
+ deploy_libc_headers debian/linux-libc-dev
+- create_package linux-libc-dev debian/linux-libc-dev
++ create_package linux-libc-dev-$version debian/linux-libc-dev
+ fi
+
+ create_package "$packagename" "$tmpdir"
+diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
+index 60a2a63a5e90..c300ca732afd 100755
+--- a/scripts/package/mkdebian
++++ b/scripts/package/mkdebian
+@@ -184,7 +184,7 @@ Description: Linux kernel, version $version
+ This package contains the Linux kernel, modules and corresponding other
+ files, version: $version.
+
+-Package: linux-libc-dev
++Package: linux-libc-dev-$version
+ Section: devel
+ Provides: linux-kernel-headers
+ Architecture: $debarch
+--
+2.38.1
+