aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-04-12 02:33:53 +0200
committerArmin Kuster <akuster808@gmail.com>2021-04-17 06:46:24 -0700
commit18550097f98b645aa59c739d0ef67a6589388961 (patch)
treeeef55f74b239bb958e699a4cf03c5fd57888d7e4 /meta-xfce
parent98c5cddf677addcb9aa296a7437b92100a478566 (diff)
downloadmeta-openembedded-contrib-18550097f98b645aa59c739d0ef67a6589388961.tar.gz
catfish: add python3-dbus to RDEPENDS
Otherwise it complains for missing import and won't start Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4a85e070e199ce66284904e1b22e58440674e945) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb
index f0391cb230..44a0524882 100644
--- a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb
+++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70f
FILES_${PN} += "${datadir}/metainfo"
-RDEPENDS_${PN} += "python3-pygobject"
+RDEPENDS_${PN} += "python3-pygobject python3-dbus"
ext'>master-next OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/LICENSE
blob: 21fa6e6bdfd9e6795d728c869a2a4ba423b7f6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Different components of OpenEmbedded are under different licenses (a mix
of MIT and GPLv2). Please see:

meta/COPYING.GPLv2 (GPLv2)
meta/COPYING.MIT (MIT)
meta-selftest/COPYING.MIT (MIT)
meta-skeleton/COPYING.MIT (MIT)

All metadata is MIT licensed unless otherwise stated. Source code
included in tree for individual recipes is under the LICENSE stated in
the associated recipe (.bb file) unless otherwise stated.

License information for any other files is either explicitly stated 
or defaults to GPL version 2.