summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/package_manager/rpm/__init__.py
diff options
context:
space:
mode:
authorFredrik Gustafsson <fredrik.gustafsson@axis.com>2020-07-24 16:42:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-27 19:58:10 +0100
commita0416ca06e9150b19bc572f3ad6a49428312961e (patch)
tree4ff520839a5c7bb4a8919bfd882342328575111c /meta/lib/oe/package_manager/rpm/__init__.py
parent34dc8571d2d7c2bb9b5f92e157ab91e9d4f9e992 (diff)
downloadpoky-a0416ca06e9150b19bc572f3ad6a49428312961e.tar.gz
rpm: Move manifest to its own subdir
This is a part of a refactor that will split the package manager code so that it's possible to use other package managers in other layers. (From OE-Core rev: 87a1c8ee406f73e53888df3b682e8a5f0f610c2f) Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/package_manager/rpm/__init__.py')
-rw-r--r--meta/lib/oe/package_manager/rpm/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oe/package_manager/rpm/__init__.py b/meta/lib/oe/package_manager/rpm/__init__.py
new file mode 100644
index 0000000000..a2094304c9
--- /dev/null
+++ b/meta/lib/oe/package_manager/rpm/__init__.py
@@ -0,0 +1,3 @@
1#
2# SPDX-License-Identifier: GPL-2.0-only
3#