glibc-external: add makedbs.sh bits

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2019-02-22 17:42:19 +00:00
parent 794183f1e4
commit 554d4fb819

View File

@@ -1,9 +1,12 @@
SRC_URI = "\
file://SUPPORTED \
file://makedbs.sh \
file://nscd.init;subdir=${REL_S}/nscd \
file://nscd.conf;subdir=${REL_S}/nscd \
file://nscd.service;subdir=${REL_S}/nscd \
"
# For makedbs.sh
FILESPATH .= ":${COREBASE}/meta/recipes-core/glibc/glibc"
REL_S = "${@os.path.relpath('${S}', '${WORKDIR}')}"
require recipes-core/glibc/glibc-common.inc