From a8ca9e605faf04854f9d94187f7782f7eb3d59e5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:26 -0700 Subject: psutils: upgrade 2.10 -> 3.3.15 Signed-off-by: Khem Raj --- meta-oe/recipes-support/psutils/psutils_2.10.bb | 24 ----------------------- meta-oe/recipes-support/psutils/psutils_3.3.15.bb | 24 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-support/psutils/psutils_2.10.bb create mode 100644 meta-oe/recipes-support/psutils/psutils_3.3.15.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/psutils/psutils_2.10.bb b/meta-oe/recipes-support/psutils/psutils_2.10.bb deleted file mode 100644 index 14792acaa5..0000000000 --- a/meta-oe/recipes-support/psutils/psutils_2.10.bb +++ /dev/null @@ -1,24 +0,0 @@ -LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=87212b5f1ae096371049a12f80034f32" - -SRC_URI = "https://github.com/rrthomas/psutils/releases/download/v${PV}/psutils-${PV}.tar.gz" -SRC_URI[sha256sum] = "6f8339fd5322df5c782bfb355d9f89e513353220fca0700a5a28775404d7e98b" - -inherit perlnative autotools - -export PERL = "/usr/bin/env perl" - -DEPENDS += "libpaper-native" - -do_install:append() { - sed -i -e 's|${STAGING_BINDIR_NATIVE}/perl-native/|/usr/bin/env |g' ${D}${bindir}/pstops - for f in psbook psresize psnup psselect; do - grep -v '${B}' ${D}${bindir}/$f > ${D}${bindir}/$f.temp - install -m 0755 ${D}${bindir}/$f.temp ${D}${bindir}/$f - rm -f ${D}${bindir}/$f.temp - done -} - -BBCLASSEXTEND += "native" -# /usr/bin/pstops contained in package psutils requires perl -RDEPENDS:${PN} += "perl" diff --git a/meta-oe/recipes-support/psutils/psutils_3.3.15.bb b/meta-oe/recipes-support/psutils/psutils_3.3.15.bb new file mode 100644 index 0000000000..702c7de42f --- /dev/null +++ b/meta-oe/recipes-support/psutils/psutils_3.3.15.bb @@ -0,0 +1,24 @@ +LICENSE = "GPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=87212b5f1ae096371049a12f80034f32" + +SRC_URI = "https://github.com/rrthomas/psutils/releases/download/v${PV}/psutils-${PV}.tar.gz" +SRC_URI[sha256sum] = "7001ff39c5a84e2616aecbe8c9d213f14412908990f84dfbd92168edfdbaaf3d" + +inherit perlnative autotools + +export PERL = "/usr/bin/env perl" + +DEPENDS += "libpaper-native" + +do_install:append() { + sed -i -e 's|${STAGING_BINDIR_NATIVE}/perl-native/|/usr/bin/env |g' ${D}${bindir}/pstops + for f in psbook psresize psnup psselect; do + grep -v '${B}' ${D}${bindir}/$f > ${D}${bindir}/$f.temp + install -m 0755 ${D}${bindir}/$f.temp ${D}${bindir}/$f + rm -f ${D}${bindir}/$f.temp + done +} + +BBCLASSEXTEND += "native" +# /usr/bin/pstops contained in package psutils requires perl +RDEPENDS:${PN} += "perl" -- cgit v1.2.3-54-g00ecf