[OE-core] [PATCH 1/4] external-csl-toolchain: set PKG/PKGV for staticdev

Christopher Larson kergoth at gmail.com
Mon Feb 6 21:20:10 UTC 2012


From: Christopher Larson <chris_larson at mentor.com>

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta/recipes-core/meta/external-csl-toolchain.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/meta/external-csl-toolchain.bb b/meta/recipes-core/meta/external-csl-toolchain.bb
index c9f35c4..7dd8da2 100644
--- a/meta/recipes-core/meta/external-csl-toolchain.bb
+++ b/meta/recipes-core/meta/external-csl-toolchain.bb
@@ -89,6 +89,7 @@ INSANE_SKIP_gdbserver = "1"
 
 PKG_${PN} = "eglibc"
 PKG_${PN}-dev = "eglibc-dev"
+PKG_${PN}-staticdev = "eglibc-staticdev"
 PKG_${PN}-doc = "eglibc-doc"
 PKG_${PN}-dbg = "eglibc-dbg"
 PKG_${PN}-pic = "eglibc-pic"
@@ -100,6 +101,7 @@ 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}"
-- 
1.7.7





More information about the Openembedded-core mailing list