aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-06-04 15:16:43 +0300
committerRiku Voipio <riku.voipio@linaro.org>2013-06-04 15:16:43 +0300
commit9ec00b5618740ce502c4425cdb87ad26718bc844 (patch)
treee8cfed27da54602c3f888c32ad07c8f8755db8fa /meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain
parent0f679485b945c1b929a44d1865eb517a096ac4ef (diff)
external-toolchain: add eglibc-staticdev
staticdev packages are included in lamp image, so this is needed to allow constructing lamp image.
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain')
-rw-r--r--meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb b/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb
index ff1987a5..035e49e4 100644
--- a/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb
+++ b/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb
@@ -158,6 +158,7 @@ PKG_${PN}-gconv = "eglibc-gconv"
PKG_${PN}-extra-nss = "eglibc-extra-nss"
PKG_${PN}-thread-db = "eglibc-thread-db"
PKG_${PN}-pcprofile = "eglibc-pcprofile"
+PKG_${PN}-staticdev = "eglibc-staticdev"
PKGV_${PN} = "${ELT_VER_LIBC}"
PKGV_${PN}-dev = "${ELT_VER_LIBC}"
@@ -169,6 +170,7 @@ PKGV_${PN}-gconv = "${ELT_VER_LIBC}"
PKGV_${PN}-extra-nss = "${ELT_VER_LIBC}"
PKGV_${PN}-thread-db = "${ELT_VER_LIBC}"
PKGV_${PN}-pcprofile = "${ELT_VER_LIBC}"
+PKGV_${PN}-staticdev = "${ELT_VER_LIBC}"
PKGV_catchsegv = "${ELT_VER_LIBC}"
PKGV_libsegfault = "${ELT_VER_LIBC}"
PKGV_sln = "${ELT_VER_LIBC}"