summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-11-25 13:00:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 14:58:48 +0000
commita37d805dbcc730600545a90b1a50fdc6d709fb30 (patch)
treea414d76c66eb47a625b3e73ae8c65f933fd23f4a
parent3910db149938313526a52cfd16ffe4920108f5fa (diff)
downloadpoky-a37d805dbcc730600545a90b1a50fdc6d709fb30.tar.gz
chrpath: upgrade 0.16 -> 0.18
(From OE-Core rev: fc69afe0da09e91a7db99035b68f44640b47dd5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/chrpath/chrpath/standarddoc.patch5
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.18.bb (renamed from meta/recipes-devtools/chrpath/chrpath_0.16.bb)4
2 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
index 3d303fbc6f..b22e1f5f9b 100644
--- a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
+++ b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
@@ -1,4 +1,4 @@
1From 285b5fbf1d6b25ff55d305c17edf4d327bf19dd3 Mon Sep 17 00:00:00 2001 1From cc3219f01501904daec28d48e450f628f644bc3c Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Tue, 5 Jul 2011 23:42:29 +0100 3Date: Tue, 5 Jul 2011 23:42:29 +0100
4Subject: [PATCH] chrpath: Ensure the package respects the docdir variable 4Subject: [PATCH] chrpath: Ensure the package respects the docdir variable
@@ -27,6 +27,3 @@ index b50ad21..5f7e861 100644
27 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README 27 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
28 28
29 bin_PROGRAMS = chrpath 29 bin_PROGRAMS = chrpath
30--
312.8.1
32
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.18.bb
index d33c7837a1..653c1115d0 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.18.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
9SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ 9SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \
10 file://standarddoc.patch" 10 file://standarddoc.patch"
11 11
12SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" 12SRC_URI[sha256sum] = "f09c49f0618660ca11fc6d9580ddde904c7224d4c6d0f6f2d1f9bcdc9102c9aa"
13SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b"
14 13
15inherit autotools 14inherit autotools
15S = "${WORKDIR}/chrpath"
16 16
17# We don't have a staged chrpath-native for ensuring our binary is 17# We don't have a staged chrpath-native for ensuring our binary is
18# relocatable, so use the one we've just built 18# relocatable, so use the one we've just built