From: <mingli.yu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 1/3] pkgconfig: Correct the PV
Date: Thu, 25 Jan 2024 17:25:52 +0800 [thread overview]
Message-ID: <20240125092554.3657475-1-mingli.yu@windriver.com> (raw)
From: Mingli Yu <mingli.yu@windriver.com>
Correct the PV to make the version consistent.
Before the patch:
# rpm -qa | grep pkgconfig
pkgconfig-0.29.2+git0+d97db4fae4-r0.core2_64
# rpm -ql pkgconfig
/usr
/usr/bin
/usr/bin/pkg-config
/usr/bin/x86_64-wrs-linux-gnu-pkg-config
/usr/share
/usr/share/aclocal
/usr/share/aclocal/pkg.m4
# pkg-config --version
0.29.2
After the patch:
# rpm -qa | grep pkgconfig
pkgconfig-0.29.2-r0.core2_64
# rpm -ql pkgconfig
/usr
/usr/bin
/usr/bin/pkg-config
/usr/bin/x86_64-wrs-linux-gnu-pkg-config
/usr/share
/usr/share/aclocal
/usr/share/aclocal/pkg.m4
# pkg-config --version
0.29.2
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index 16e6c5b609..53d2335317 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRCREV = "d97db4fae4c1cd099b506970b285dc2afd818ea2"
-PV = "0.29.2+git"
+PV = "0.29.2"
SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \
file://pkg-config-esdk.in \
--
2.25.1
next reply other threads:[~2024-01-25 9:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-25 9:25 mingli.yu [this message]
2024-01-25 9:25 ` [PATCH 2/3] icu: Make the version consistent mingli.yu
2024-01-25 9:40 ` [OE-core] " Alexander Kanavin
2024-01-25 9:25 ` [PATCH 3/3] blktool: " mingli.yu
2024-01-25 9:42 ` [OE-core] " Alexander Kanavin
2024-01-25 9:29 ` [OE-core] [PATCH 1/3] pkgconfig: Correct the PV Alexander Kanavin
2024-01-26 8:00 ` Yu, Mingli
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=20240125092554.3657475-1-mingli.yu@windriver.com \
--to=mingli.yu@windriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox