summarylogtreecommitdiffstats
path: root/0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
diff options
context:
space:
mode:
authorboogie2023-07-21 00:12:50 +0200
committerboogie2023-07-21 02:18:56 +0200
commit14a0a8705f127a23347fcbdfbde4dbb058b13182 (patch)
tree056405c80516964dd4941fbc062a57666775abb4 /0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
parenta001021fbecb1867e9b443501c783700d47f5010 (diff)
downloadaur-14a0a8705f127a23347fcbdfbde4dbb058b13182.tar.gz
update to rkr4.1 and deliver libmali together
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, 0 insertions, 39 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
deleted file mode 100644
index a69f0871e3a7..000000000000
--- a/0018-VENDOR-Version-tagging-linux-libc-dev-as-well.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-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
-