mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 02:49:40 +01:00
This is replacing Smart package manager, which is unsupported upstream, and has a growing amount of issues (lack of python 3.x support in particular). We identified dnf as the only feasible replacement. (From OE-Core rev: 2da1f03ad5957fc130f9d4fac30f0048873e9d7c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
742 B
Diff
22 lines
742 B
Diff
From 8ce181714640315d2dd37ee794acbb22063cd669 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Thu, 26 Jan 2017 16:36:20 +0200
|
|
Subject: [PATCH] Corretly install tmpfiles.d configuration
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
---
|
|
etc/tmpfiles.d/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/etc/tmpfiles.d/CMakeLists.txt b/etc/tmpfiles.d/CMakeLists.txt
|
|
index f69c773e..3eb6d0e8 100644
|
|
--- a/etc/tmpfiles.d/CMakeLists.txt
|
|
+++ b/etc/tmpfiles.d/CMakeLists.txt
|
|
@@ -1 +1 @@
|
|
-INSTALL (FILES dnf.conf DESTINATION /usr/lib/tmpfiles.d/)
|
|
+INSTALL (FILES dnf.conf DESTINATION ${SYSCONFDIR}/tmpfiles.d/)
|
|
--
|
|
2.11.0
|
|
|