From a37d805dbcc730600545a90b1a50fdc6d709fb30 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 25 Nov 2024 13:00:55 +0100 Subject: chrpath: upgrade 0.16 -> 0.18 (From OE-Core rev: fc69afe0da09e91a7db99035b68f44640b47dd5f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../chrpath/chrpath/standarddoc.patch | 5 +---- meta/recipes-devtools/chrpath/chrpath_0.16.bb | 24 ---------------------- meta/recipes-devtools/chrpath/chrpath_0.18.bb | 24 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-devtools/chrpath/chrpath_0.16.bb create mode 100644 meta/recipes-devtools/chrpath/chrpath_0.18.bb (limited to 'meta') 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 @@ -From 285b5fbf1d6b25ff55d305c17edf4d327bf19dd3 Mon Sep 17 00:00:00 2001 +From cc3219f01501904daec28d48e450f628f644bc3c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jul 2011 23:42:29 +0100 Subject: [PATCH] chrpath: Ensure the package respects the docdir variable @@ -27,6 +27,3 @@ index b50ad21..5f7e861 100644 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README bin_PROGRAMS = chrpath --- -2.8.1 - diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb deleted file mode 100644 index d33c7837a1..0000000000 --- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Tool to edit rpath in ELF binaries" -DESCRIPTION = "chrpath allows you to change the rpath (where the \ -application looks for libraries) in an application. It does not \ -(yet) allow you to add an rpath if there isn't one already." -HOMEPAGE = "https://tracker.debian.org/pkg/chrpath" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ - file://standarddoc.patch" - -SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" -SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" - -inherit autotools - -# We don't have a staged chrpath-native for ensuring our binary is -# relocatable, so use the one we've just built -CHRPATH_BIN:class-native = "${B}/chrpath" - -PROVIDES:append:class-native = " chrpath-replacement-native" -NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/chrpath/chrpath_0.18.bb b/meta/recipes-devtools/chrpath/chrpath_0.18.bb new file mode 100644 index 0000000000..653c1115d0 --- /dev/null +++ b/meta/recipes-devtools/chrpath/chrpath_0.18.bb @@ -0,0 +1,24 @@ +SUMMARY = "Tool to edit rpath in ELF binaries" +DESCRIPTION = "chrpath allows you to change the rpath (where the \ +application looks for libraries) in an application. It does not \ +(yet) allow you to add an rpath if there isn't one already." +HOMEPAGE = "https://tracker.debian.org/pkg/chrpath" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ + file://standarddoc.patch" + +SRC_URI[sha256sum] = "f09c49f0618660ca11fc6d9580ddde904c7224d4c6d0f6f2d1f9bcdc9102c9aa" + +inherit autotools +S = "${WORKDIR}/chrpath" + +# We don't have a staged chrpath-native for ensuring our binary is +# relocatable, so use the one we've just built +CHRPATH_BIN:class-native = "${B}/chrpath" + +PROVIDES:append:class-native = " chrpath-replacement-native" +NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf