summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorTony Battersby <tonyb@cybernetics.com>2021-06-17 15:06:56 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-21 11:09:56 +0100
commit4a490a6b5e3edf3e9d41ff5c04dad30d7347f147 (patch)
treeffa87d859c12e929e67766b310f0647e21110d2f /meta/recipes-core/glibc
parent7a09f8dde3058c4bf16fa5059f5bc95dc17e4afa (diff)
downloadpoky-4a490a6b5e3edf3e9d41ff5c04dad30d7347f147.tar.gz
glibc: fix path to place zdump in the tzcode package
zdump should be included in the tzcode package but is instead included in the glibc-utils package due to an incorrect path in the recipe. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14427 (From OE-Core rev: bf3892cef3381f6bd277228cdcc5a00fcfe3f3af) Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-package.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc
index c3d0d9152a..92e5dbac61 100644
--- a/meta/recipes-core/glibc/glibc-package.inc
+++ b/meta/recipes-core/glibc/glibc-package.inc
@@ -43,7 +43,7 @@ FILES_${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a"
43FILES_nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_unitdir}/system/nscd* ${sysconfdir}/tmpfiles.d/nscd.conf \ 43FILES_nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_unitdir}/system/nscd* ${sysconfdir}/tmpfiles.d/nscd.conf \
44 ${sysconfdir}/nscd.conf ${sysconfdir}/default/volatiles/98_nscd ${localstatedir}/db/nscd" 44 ${sysconfdir}/nscd.conf ${sysconfdir}/default/volatiles/98_nscd ${localstatedir}/db/nscd"
45FILES_${PN}-mtrace = "${bindir}/mtrace" 45FILES_${PN}-mtrace = "${bindir}/mtrace"
46FILES_tzcode = "${bindir}/tzselect ${sbindir}/zic ${sbindir}/zdump" 46FILES_tzcode = "${bindir}/tzselect ${sbindir}/zic ${bindir}/zdump"
47FILES_${PN}-utils = "${bindir}/* ${sbindir}/*" 47FILES_${PN}-utils = "${bindir}/* ${sbindir}/*"
48FILES_catchsegv = "${bindir}/catchsegv" 48FILES_catchsegv = "${bindir}/catchsegv"
49RDEPENDS_catchsegv = "libsegfault" 49RDEPENDS_catchsegv = "libsegfault"