From 0ee666de9edf75b40215daf0f8609f659439458f Mon Sep 17 00:00:00 2001 From: Gordan Markuš Date: Fri, 26 May 2017 09:39:43 +0200 Subject: dracut: remove bbappend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of meta-openembedded krogoth branch dracut RDEPENDS on systemd optionally, using the bb.utils.contain() function, and RDEPENDS on util-linux. Change-Id: Ie505590c6215055c242d120ec7cfa9035b6a2f10 Reviewed-by: Erik Botö Reviewed-by: Samuli Piippo --- recipes/dracut/dracut_git.bbappend | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 recipes/dracut/dracut_git.bbappend diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend deleted file mode 100644 index 657e30a..0000000 --- a/recipes/dracut/dracut_git.bbappend +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################ -## -## Copyright (C) 2016 The Qt Company Ltd. -## Contact: https://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:GPL$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see https://www.qt.io/terms-conditions. For further -## information use the contact form at https://www.qt.io/contact-us. -## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3 or (at your option) any later version -## approved by the KDE Free Qt Foundation. The licenses are as published by -## the Free Software Foundation and appearing in the file LICENSE.GPL3 -## included in the packaging of this file. Please review the following -## information to ensure the GNU General Public License requirements will -## be met: https://www.gnu.org/licenses/gpl-3.0.html. -## -## $QT_END_LICENSE$ -## -############################################################################ - -PV = "044+git${SRCREV}" -SRCREV = "1bc3e733f96033a508841e97fe08da7a12851782" -SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http" - -# Upstream recipe mistakenly depends on systemd, we remove that dependency here. -RDEPENDS_${PN}_remove = "systemd" -REQUIRED_DISTRO_FEATURES_remove = "systemd" -# https://bugzilla.yoctoproject.org/show_bug.cgi?id=8522 -RDEPENDS_${PN} += "util-linux" -- cgit v1.2.3-54-g00ecf