* [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN}
@ 2012-03-07 16:24 Christopher Larson
2012-03-08 20:13 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Larson @ 2012-03-07 16:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Christopher Larson
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN}
2012-03-07 16:24 [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN} Christopher Larson
@ 2012-03-08 20:13 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-03-08 20:13 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Christopher Larson
On Wed, 2012-03-07 at 10:24 -0600, Christopher Larson wrote:
> 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(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-08 20:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 16:24 [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN} Christopher Larson
2012-03-08 20:13 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox