Skip to content
Snippets Groups Projects
Verified Commit a46cf8bc authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

shadow: Remove local subid support as it was merged in oe-core

Merged in oe-core, kirkstone 5cdc9c1809ef169b8af7ce3085f316d1e68eb7ec.
This revision is included in the last oe-core bump.

Related to eclipse/oniro-core/oniro#772



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 55237a25
Branches main
No related tags found
No related merge requests found
......@@ -10,11 +10,3 @@
# -Werror=format-nonliteral globally in OPTIMIZE_FOR=security mode
# while keeping shadow building.
TARGET_CFLAGS:remove = "-Werror=format-nonliteral"
do_install:append () {
# usermod requires the subuid/subgid files to be in place before being
# able to use the -v/-V flags otherwise it fails:
# usermod: /etc/subuid does not exist, you cannot use the flags -v or -V
touch ${D}${sysconfdir}/subuid
touch ${D}${sysconfdir}/subgid
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment