prelink: unstable-2019-06-24 -> 20151030-unstable-2024-07-02 (#402659)

This commit is contained in:
Philip Taron 2025-06-02 13:59:32 -07:00 committed by GitHub
commit bdbe3aeef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,17 +5,18 @@
autoreconfHook, autoreconfHook,
libelf, libelf,
libiberty, libiberty,
unstableGitUpdater,
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "prelink"; pname = "prelink";
version = "unstable-2019-06-24"; version = "20151030-unstable-2024-07-02";
src = fetchgit { src = fetchgit {
url = "https://git.yoctoproject.org/git/prelink-cross"; url = "https://git.yoctoproject.org/prelink-cross";
branchName = "cross_prelink"; branchName = "cross_prelink";
rev = "f9975537dbfd9ade0fc813bd5cf5fcbe41753a37"; rev = "ff2561c02ade96c5d4d56ddd4e27ff064840a176";
sha256 = "sha256-O9/oZooLRyUBBZX3SFcB6LFMmi2vQqkUlqtZnrq5oZc="; sha256 = "sha256-wmX7ybrZDWEop9fiInZMvgK/fpEk3sq+Wu8DSWWIvQY=";
}; };
strictDeps = true; strictDeps = true;
@ -40,6 +41,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true; enableParallelBuilding = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; { meta = with lib; {
description = "ELF prelinking utility to speed up dynamic linking"; description = "ELF prelinking utility to speed up dynamic linking";
homepage = "https://wiki.yoctoproject.org/wiki/Cross-Prelink"; homepage = "https://wiki.yoctoproject.org/wiki/Cross-Prelink";