Skip to content
Snippets Groups Projects

Integrate podman in Oniro

Merged Andrei Gherzan requested to merge agherzan/oniro:ag/podman into kirkstone
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
DESCRIPTION = "Containers package group groups for OS foundation"
inherit packagegroup
PACKAGES = "packagegroup-oniro-containers"
RDEPENDS:packagegroup-oniro-containers = "\
podman \
"
Loading