aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/external-csl-toolchain.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-02-06 14:00:35 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 10:42:06 +0000
commit481f6f32cd414ff11f154adc24f1b596495286df (patch)
treeb50d4fc9a09f2378a07391d372197f0bb210a828 /meta/recipes-core/meta/external-csl-toolchain.bb
parente5f41c2213568c7aef24ce8f666042492054377d (diff)
downloadopenembedded-core-contrib-481f6f32cd414ff11f154adc24f1b596495286df.tar.gz
external-csl-toolchain: set PKG/PKGV for staticdev
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Diffstat (limited to 'meta/recipes-core/meta/external-csl-toolchain.bb')
-rw-r--r--meta/recipes-core/meta/external-csl-toolchain.bb2
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 c9f35c408d..7dd8da2630 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}"