From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 02/10] procps: upstream has switched to gitlab
Date: Sun, 16 Feb 2020 16:50:06 +0100 [thread overview]
Message-ID: <20200216155015.21738-2-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20200216155015.21738-1-alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-extended/procps/procps_3.3.16.bb | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-extended/procps/procps_3.3.16.bb b/meta/recipes-extended/procps/procps_3.3.16.bb
index 60f90976bb..2810ebd285 100644
--- a/meta/recipes-extended/procps/procps_3.3.16.bb
+++ b/meta/recipes-extended/procps/procps_3.3.16.bb
@@ -12,14 +12,19 @@ DEPENDS = "ncurses"
inherit autotools gettext pkgconfig update-alternatives
-SRC_URI = "http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${PV}.tar.xz \
+SRC_URI = "git://gitlab.com/procps-ng/procps.git;protocol=https \
file://sysctl.conf \
"
+SRCREV = "59c88e18f29000ceaf7e5f98181b07be443cf12f"
-SRC_URI[md5sum] = "e8dc8455e573bdc40b8381d572bbb89b"
-SRC_URI[sha256sum] = "925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af"
+S = "${WORKDIR}/git"
-S = "${WORKDIR}/procps-ng-${PV}"
+# Upstream has a custom autogen.sh which invokes po/update-potfiles as they
+# don't ship a po/POTFILES.in (which is silly). Without that file gettext
+# doesn't believe po/ is a gettext directory and won't generate po/Makefile.
+do_configure_prepend() {
+ ( cd ${S} && po/update-potfiles )
+}
EXTRA_OECONF = "--enable-skill --disable-modern-top"
--
2.25.0
next prev parent reply other threads:[~2020-02-16 15:51 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-16 15:50 [PATCH 01/10] core-image-sato-sdk-ptest: do not pull in ptest-pkgs Alexander Kanavin
2020-02-16 15:50 ` Alexander Kanavin [this message]
2020-02-16 16:53 ` [PATCH 02/10] procps: upstream has switched to gitlab Khem Raj
2020-02-16 16:56 ` Alexander Kanavin
2020-02-16 20:06 ` Khem Raj
2020-02-16 20:45 ` Alexander Kanavin
2020-02-17 2:35 ` Khem Raj
2020-02-17 8:12 ` Alexander Kanavin
2020-02-17 18:39 ` Khem Raj
2020-02-16 15:50 ` [PATCH 03/10] qemux86: do not add vga=0 to kernel parameters Alexander Kanavin
2020-02-16 15:50 ` [PATCH 04/10] qemux86: drop resolution setting via uvesafb Alexander Kanavin
2020-02-16 16:01 ` Martin Jansa
2020-02-16 16:10 ` Alexander Kanavin
2020-02-16 16:15 ` Alexander Kanavin
2020-02-16 15:50 ` [PATCH 05/10] weston-init: use the drm backend rather than fbdev one Alexander Kanavin
2020-02-16 17:00 ` Khem Raj
2020-02-16 17:07 ` Alexander Kanavin
2020-02-16 20:09 ` Khem Raj
2020-02-16 21:03 ` Alexander Kanavin
2020-02-17 2:30 ` Khem Raj
2020-02-17 8:22 ` Alexander Kanavin
2020-02-17 13:16 ` Alexander Kanavin
2020-02-17 18:44 ` Khem Raj
2020-02-17 19:29 ` Alexander Kanavin
2020-02-18 1:56 ` Khem Raj
2020-02-19 9:45 ` Alexander Kanavin
2020-02-19 17:20 ` Khem Raj
2020-02-19 18:06 ` Alexander Kanavin
2020-02-19 18:37 ` Khem Raj
2020-02-16 15:50 ` [PATCH 06/10] webkitgtk: x11 and wayland are not mutually exclusive Alexander Kanavin
2020-02-16 15:50 ` [PATCH 07/10] weston: add a basic runtime test Alexander Kanavin
2020-02-16 15:50 ` [PATCH 08/10] webkitgtk: unbreak wayland build Alexander Kanavin
2020-02-16 16:09 ` Martin Jansa
2020-02-16 16:14 ` Alexander Kanavin
2020-02-16 18:06 ` Richard Purdie
2020-02-16 20:14 ` Khem Raj
2020-02-16 20:51 ` Alexander Kanavin
2020-02-23 14:33 ` Joshua Watt
2020-02-27 15:49 ` [wpe-webkit] " Carlos Alberto Lopez Perez
2020-02-27 16:04 ` Joshua Watt
2020-02-16 15:50 ` [PATCH 09/10] wayland: convert to meson build Alexander Kanavin
2020-02-17 14:35 ` Richard Purdie
2020-02-17 14:50 ` Alexander Kanavin
2020-02-17 14:52 ` Richard Purdie
2020-02-17 14:53 ` Alexander Kanavin
2020-02-16 15:50 ` [PATCH 10/10] ptest-packagelists: mention ifupdown ptest in a comment Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200216155015.21738-2-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.