From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Christopher Larson <chris_larson@mentor.com>
Subject: [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN}
Date: Wed, 7 Mar 2012 10:24:25 -0600 [thread overview]
Message-ID: <1331137465-24763-1-git-send-email-kergoth@gmail.com> (raw)
From: Christopher Larson <chris_larson@mentor.com>
This is needed to ensure that the RDEPENDS_${PN}-dev,
RDEPENDS_${PN}-staticdev, and RRECOMMENDS_${PN}-dbg are accurate with respect
to the PKGV of the ${PN} package, and incidentally fixes an rpm packaging
issue, as rpm dislikes the recipe PV as PKGV.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
---
meta/recipes-core/meta/external-csl-toolchain.bb | 17 +----------------
1 files changed, 1 insertions(+), 16 deletions(-)
diff --git a/meta/recipes-core/meta/external-csl-toolchain.bb b/meta/recipes-core/meta/external-csl-toolchain.bb
index 07c3e30..3e820ff 100644
--- a/meta/recipes-core/meta/external-csl-toolchain.bb
+++ b/meta/recipes-core/meta/external-csl-toolchain.bb
@@ -106,22 +106,7 @@ PKG_${PN}-extra-nss = "eglibc-extra-nss"
PKG_${PN}-thread-db = "eglibc-thread-db"
PKG_${PN}-pcprofile = "eglibc-pcprofile"
-PKGV_${PN} = "${CSL_VER_LIBC}"
-PKGV_${PN}-dev = "${CSL_VER_LIBC}"
-PKGV_${PN}-staticdev = "${CSL_VER_LIBC}"
-PKGV_${PN}-doc = "${CSL_VER_LIBC}"
-PKGV_${PN}-dbg = "${CSL_VER_LIBC}"
-PKGV_${PN}-pic = "${CSL_VER_LIBC}"
-PKGV_${PN}-utils = "${CSL_VER_LIBC}"
-PKGV_${PN}-gconv = "${CSL_VER_LIBC}"
-PKGV_${PN}-extra-nss = "${CSL_VER_LIBC}"
-PKGV_${PN}-thread-db = "${CSL_VER_LIBC}"
-PKGV_${PN}-pcprofile = "${CSL_VER_LIBC}"
-PKGV_catchsegv = "${CSL_VER_LIBC}"
-PKGV_libsegfault = "${CSL_VER_LIBC}"
-PKGV_sln = "${CSL_VER_LIBC}"
-PKGV_nscd = "${CSL_VER_LIBC}"
-PKGV_ldd = "${CSL_VER_LIBC}"
+PKGV = "${CSL_VER_LIBC}"
PKGV_libgcc = "${CSL_VER_GCC}"
PKGV_libgcc-dev = "${CSL_VER_GCC}"
PKGV_libstdc++ = "${CSL_VER_GCC}"
--
1.7.8
next reply other threads:[~2012-03-07 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 16:24 Christopher Larson [this message]
2012-03-08 20:13 ` [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN} Richard Purdie
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=1331137465-24763-1-git-send-email-kergoth@gmail.com \
--to=kergoth@gmail.com \
--cc=chris_larson@mentor.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