summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorLiviu Gheorghisan <liviu.gheorghisan@enea.com>2014-09-08 21:45:47 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2014-09-09 15:41:03 +1000
commit2690e909e7299560c1347e4db09c99197711f0e8 (patch)
tree475ac46b3b14d64a9dcbc79b193baca2beb9ec49 /recipes-core
parent350e7c311c8d661be3d62860088de2845fb4e307 (diff)
downloadmeta-xilinx-2690e909e7299560c1347e4db09c99197711f0e8.tar.gz
Buildfix due to eglibc -> glibc
Changed all references of eglibc to glibc. This is required because eglibc was replaced by glibc in poky. ERROR: ParseError at /media/sdd1/fb/ligh/scm/master-enea/poky/ meta-xilinx/recipes-core/meta/external-xilinx-toolchain.bb:1: Could not include required file recipes-core/eglibc/eglibc-package.inc Signed-off-by: Liviu Gheorghisan <liviu.gheorghisan@enea.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/meta/external-xilinx-toolchain.bb26
1 files changed, 13 insertions, 13 deletions
diff --git a/recipes-core/meta/external-xilinx-toolchain.bb b/recipes-core/meta/external-xilinx-toolchain.bb
index b16a5e13..309215c4 100644
--- a/recipes-core/meta/external-xilinx-toolchain.bb
+++ b/recipes-core/meta/external-xilinx-toolchain.bb
@@ -1,4 +1,4 @@
1require recipes-core/eglibc/eglibc-package.inc 1require recipes-core/glibc/glibc-package.inc
2 2
3INHIBIT_DEFAULT_DEPS = "1" 3INHIBIT_DEFAULT_DEPS = "1"
4 4
@@ -24,7 +24,7 @@ PROVIDES += "\
24 virtual/linux-libc-headers \ 24 virtual/linux-libc-headers \
25 glibc-thread-db \ 25 glibc-thread-db \
26 libgcc \ 26 libgcc \
27 eglibc \ 27 glibc \
28 " 28 "
29 29
30PV = "${CSL_VER_MAIN}" 30PV = "${CSL_VER_MAIN}"
@@ -105,17 +105,17 @@ INSANE_SKIP_libssp += "ldflags"
105INSANE_SKIP_libatomic += "ldflags" 105INSANE_SKIP_libatomic += "ldflags"
106INSANE_SKIP_gdbserver += "ldflags" 106INSANE_SKIP_gdbserver += "ldflags"
107 107
108PKG_${PN} = "eglibc" 108PKG_${PN} = "glibc"
109PKG_${PN}-dev = "eglibc-dev" 109PKG_${PN}-dev = "glibc-dev"
110PKG_${PN}-staticdev = "eglibc-staticdev" 110PKG_${PN}-staticdev = "glibc-staticdev"
111PKG_${PN}-doc = "eglibc-doc" 111PKG_${PN}-doc = "glibc-doc"
112PKG_${PN}-dbg = "eglibc-dbg" 112PKG_${PN}-dbg = "glibc-dbg"
113PKG_${PN}-pic = "eglibc-pic" 113PKG_${PN}-pic = "glibc-pic"
114PKG_${PN}-utils = "eglibc-utils" 114PKG_${PN}-utils = "glibc-utils"
115PKG_${PN}-gconv = "eglibc-gconv" 115PKG_${PN}-gconv = "glibc-gconv"
116PKG_${PN}-extra-nss = "eglibc-extra-nss" 116PKG_${PN}-extra-nss = "glibc-extra-nss"
117PKG_${PN}-thread-db = "eglibc-thread-db" 117PKG_${PN}-thread-db = "glibc-thread-db"
118PKG_${PN}-pcprofile = "eglibc-pcprofile" 118PKG_${PN}-pcprofile = "glibc-pcprofile"
119 119
120PKGV = "${CSL_VER_LIBC}" 120PKGV = "${CSL_VER_LIBC}"
121PKGV_libssp = "${CSL_VER_GCC}" 121PKGV_libssp = "${CSL_VER_GCC}"