From 1657643b1eb31a06edc5e8507c30c10c9301e9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Jul 2015 13:02:26 +0200 Subject: [PATCH] rename lxqt-base to packagegroup-lxqt-base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit our (meta-qt5-extra) rules for packagegroup names: * internal for build tests e.g 'foo-world' * external for images e-g 'packagegroup-foo-base' Signed-off-by: Andreas Müller --- .../packagegroups/{lxqt-base.bb => packagegroup-lxqt-base.bb} | 2 ++ 1 file changed, 2 insertions(+) rename recipes-lxqt/packagegroups/{lxqt-base.bb => packagegroup-lxqt-base.bb} (93%) diff --git a/recipes-lxqt/packagegroups/lxqt-base.bb b/recipes-lxqt/packagegroups/packagegroup-lxqt-base.bb similarity index 93% rename from recipes-lxqt/packagegroups/lxqt-base.bb rename to recipes-lxqt/packagegroups/packagegroup-lxqt-base.bb index ddb9ed08..19ce3d49 100644 --- a/recipes-lxqt/packagegroups/lxqt-base.bb +++ b/recipes-lxqt/packagegroups/packagegroup-lxqt-base.bb @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d inherit packagegroup RDEPENDS_${PN} = " \ + qtbase-plugins \ + qtbase-fonts \ lxqt-world \ \ openbox \