| Message ID | 20251107070819.3751599-3-raj.khem@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/5] gn: upgrade to latest revision | expand |
On 7 Nov 2025, at 07:08, Khem Raj via lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> wrote:
> License-Update: New source files added under 0-BSD and BSD-3-Clause licenses
This probably means the LICENSE should be updated too, right?
Ross
On Thu, Nov 27, 2025 at 2:57 AM Ross Burton <Ross.Burton@arm.com> wrote: > On 7 Nov 2025, at 07:08, Khem Raj via lists.openembedded.org <raj.khem= > gmail.com@lists.openembedded.org> wrote: > > License-Update: New source files added under 0-BSD and BSD-3-Clause > licenses > > This probably means the LICENSE should be updated too, right? > There were files under the same license before as well so they were not new. LICENSE should be updates perhaps but thats not related to this change > > Ross
On 27 Nov 2025, at 16:09, Khem Raj <raj.khem@gmail.com> wrote: > > > > On Thu, Nov 27, 2025 at 2:57 AM Ross Burton <Ross.Burton@arm.com> wrote: > On 7 Nov 2025, at 07:08, Khem Raj via lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> wrote: > > License-Update: New source files added under 0-BSD and BSD-3-Clause licenses > > This probably means the LICENSE should be updated too, right? > > There were files under the same license before as well so they were not new. > LICENSE should be updates perhaps but thats not related to this change Can you do both in the same patch? Ross
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.0.bb similarity index 99% rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.0.bb index bb4e2032dd6..30ec6a4674e 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.0.bb @@ -16,4 +16,3 @@ do_install:append () { rm -rf ${D}${libdir}/libcrypt.so rm -rf ${D}${datadir} } - diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index da515d19270..47961fbbdb8 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -3,16 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part." HOMEPAGE = "https://github.com/besser82/libxcrypt" SECTION = "libs" LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \ +LIC_FILES_CHKSUM = "file://LICENSING;md5=b65434749329c34b5d32c2df3f1b4112 \ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ " inherit autotools pkgconfig -SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https \ - " -SRCREV = "55ea777e8d567e5e86ffac917c28815ac54cc341" -SRCBRANCH ?= "master" +SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "096296cb6fbecd9ad46c93a410d76c752a5d6206" PROVIDES = "virtual/crypt" diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.5.0.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb rename to meta/recipes-core/libxcrypt/libxcrypt_4.5.0.bb
Remove branch variable and add tag in SRC_URI License-Update: New source files added under 0-BSD and BSD-3-Clause licenses Signed-off-by: Khem Raj <raj.khem@gmail.com> --- ...bxcrypt-compat_4.4.38.bb => libxcrypt-compat_4.5.0.bb} | 1 - meta/recipes-core/libxcrypt/libxcrypt.inc | 8 +++----- .../libxcrypt/{libxcrypt_4.4.38.bb => libxcrypt_4.5.0.bb} | 0 3 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.38.bb => libxcrypt-compat_4.5.0.bb} (99%) rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.38.bb => libxcrypt_4.5.0.bb} (100%)