mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-opkg-utils: Version bump. 0.6.3 -> 0.7.0
@ 2024-07-15 18:37 Christian Melki
  2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-07-15 18:37 UTC (permalink / raw)
  To: ptxdist; +Cc: p.zabel

Very minor changeset.
https://git.yoctoproject.org/opkg-utils/log/?h=0.7.0

* Forward patches, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0100-opkg-build-use-CROSS_COMPILE-ar.patch                | 0
 .../0101-Update-Installed-Size-properly.patch                 | 0
 ...opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch | 0
 .../0103-opkg-build-fix-typo-in-compressorargs.patch          | 0
 patches/{opkg-utils-0.6.3 => opkg-utils-0.7.0}/series         | 0
 rules/host-opkg-utils.make                                    | 4 ++--
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{opkg-utils-0.6.3 => opkg-utils-0.7.0}/0100-opkg-build-use-CROSS_COMPILE-ar.patch (100%)
 rename patches/{opkg-utils-0.6.3 => opkg-utils-0.7.0}/0101-Update-Installed-Size-properly.patch (100%)
 rename patches/{opkg-utils-0.6.3 => opkg-utils-0.7.0}/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch (100%)
 rename patches/{opkg-utils-0.6.3 => opkg-utils-0.7.0}/0103-opkg-build-fix-typo-in-compressorargs.patch (100%)
 rename patches/{opkg-utils-0.6.3 => opkg-utils-0.7.0}/series (100%)

diff --git a/patches/opkg-utils-0.6.3/0100-opkg-build-use-CROSS_COMPILE-ar.patch b/patches/opkg-utils-0.7.0/0100-opkg-build-use-CROSS_COMPILE-ar.patch
similarity index 100%
rename from patches/opkg-utils-0.6.3/0100-opkg-build-use-CROSS_COMPILE-ar.patch
rename to patches/opkg-utils-0.7.0/0100-opkg-build-use-CROSS_COMPILE-ar.patch
diff --git a/patches/opkg-utils-0.6.3/0101-Update-Installed-Size-properly.patch b/patches/opkg-utils-0.7.0/0101-Update-Installed-Size-properly.patch
similarity index 100%
rename from patches/opkg-utils-0.6.3/0101-Update-Installed-Size-properly.patch
rename to patches/opkg-utils-0.7.0/0101-Update-Installed-Size-properly.patch
diff --git a/patches/opkg-utils-0.6.3/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch b/patches/opkg-utils-0.7.0/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch
similarity index 100%
rename from patches/opkg-utils-0.6.3/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch
rename to patches/opkg-utils-0.7.0/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch
diff --git a/patches/opkg-utils-0.6.3/0103-opkg-build-fix-typo-in-compressorargs.patch b/patches/opkg-utils-0.7.0/0103-opkg-build-fix-typo-in-compressorargs.patch
similarity index 100%
rename from patches/opkg-utils-0.6.3/0103-opkg-build-fix-typo-in-compressorargs.patch
rename to patches/opkg-utils-0.7.0/0103-opkg-build-fix-typo-in-compressorargs.patch
diff --git a/patches/opkg-utils-0.6.3/series b/patches/opkg-utils-0.7.0/series
similarity index 100%
rename from patches/opkg-utils-0.6.3/series
rename to patches/opkg-utils-0.7.0/series
diff --git a/rules/host-opkg-utils.make b/rules/host-opkg-utils.make
index a35a0da0d..7deeab7fb 100644
--- a/rules/host-opkg-utils.make
+++ b/rules/host-opkg-utils.make
@@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_OPKG_UTILS) += host-opkg-utils
 #
 # Paths and names
 #
-HOST_OPKG_UTILS_VERSION	:= 0.6.3
-HOST_OPKG_UTILS_MD5	:= 2ca116eda29e0be4a89e92a9b24bda53
+HOST_OPKG_UTILS_VERSION	:= 0.7.0
+HOST_OPKG_UTILS_MD5	:= 53c42e603468102f28d010e922310941
 HOST_OPKG_UTILS		:= opkg-utils-$(HOST_OPKG_UTILS_VERSION)
 HOST_OPKG_UTILS_SUFFIX	:= tar.gz
 HOST_OPKG_UTILS_URL	:= https://git.yoctoproject.org/opkg-utils/snapshot/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] host-opkg-utils: Version bump. 0.6.3 -> 0.7.0
  2024-07-15 18:37 [ptxdist] [PATCH] host-opkg-utils: Version bump. 0.6.3 -> 0.7.0 Christian Melki
@ 2024-08-05  6:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 0af7fb3f159948e8adfc54ccfafdcaa0dd6de9c0.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:29 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor changeset.
> https://git.yoctoproject.org/opkg-utils/log/?h=0.7.0
> 
> * Forward patches, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240715183745.3874068-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/opkg-utils-0.6.3/0100-opkg-build-use-CROSS_COMPILE-ar.patch b/patches/opkg-utils-0.7.0/0100-opkg-build-use-CROSS_COMPILE-ar.patch
> similarity index 100%
> rename from patches/opkg-utils-0.6.3/0100-opkg-build-use-CROSS_COMPILE-ar.patch
> rename to patches/opkg-utils-0.7.0/0100-opkg-build-use-CROSS_COMPILE-ar.patch
> diff --git a/patches/opkg-utils-0.6.3/0101-Update-Installed-Size-properly.patch b/patches/opkg-utils-0.7.0/0101-Update-Installed-Size-properly.patch
> similarity index 100%
> rename from patches/opkg-utils-0.6.3/0101-Update-Installed-Size-properly.patch
> rename to patches/opkg-utils-0.7.0/0101-Update-Installed-Size-properly.patch
> diff --git a/patches/opkg-utils-0.6.3/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch b/patches/opkg-utils-0.7.0/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch
> similarity index 100%
> rename from patches/opkg-utils-0.6.3/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch
> rename to patches/opkg-utils-0.7.0/0102-opkg-build-in-ptxdist-the-maxium-UID-for-system-user.patch
> diff --git a/patches/opkg-utils-0.6.3/0103-opkg-build-fix-typo-in-compressorargs.patch b/patches/opkg-utils-0.7.0/0103-opkg-build-fix-typo-in-compressorargs.patch
> similarity index 100%
> rename from patches/opkg-utils-0.6.3/0103-opkg-build-fix-typo-in-compressorargs.patch
> rename to patches/opkg-utils-0.7.0/0103-opkg-build-fix-typo-in-compressorargs.patch
> diff --git a/patches/opkg-utils-0.6.3/series b/patches/opkg-utils-0.7.0/series
> similarity index 100%
> rename from patches/opkg-utils-0.6.3/series
> rename to patches/opkg-utils-0.7.0/series
> diff --git a/rules/host-opkg-utils.make b/rules/host-opkg-utils.make
> index a35a0da0d783..7deeab7fb3e0 100644
> --- a/rules/host-opkg-utils.make
> +++ b/rules/host-opkg-utils.make
> @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_OPKG_UTILS) += host-opkg-utils
>  #
>  # Paths and names
>  #
> -HOST_OPKG_UTILS_VERSION	:= 0.6.3
> -HOST_OPKG_UTILS_MD5	:= 2ca116eda29e0be4a89e92a9b24bda53
> +HOST_OPKG_UTILS_VERSION	:= 0.7.0
> +HOST_OPKG_UTILS_MD5	:= 53c42e603468102f28d010e922310941
>  HOST_OPKG_UTILS		:= opkg-utils-$(HOST_OPKG_UTILS_VERSION)
>  HOST_OPKG_UTILS_SUFFIX	:= tar.gz
>  HOST_OPKG_UTILS_URL	:= https://git.yoctoproject.org/opkg-utils/snapshot/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 18:37 [ptxdist] [PATCH] host-opkg-utils: Version bump. 0.6.3 -> 0.7.0 Christian Melki
2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox