From c47fa9d773906b0017731815cf70f95ea8f11a31 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Fri, 14 Apr 2017 11:53:06 -0500
Subject: [PATCH] bb.org: stretch: lxqt: move x11 packages into 2nd pass
 install

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 configs/bb.org-debian-stretch-iot-v4.4.conf  |  1 -
 configs/bb.org-debian-stretch-lxqt-v4.4.conf | 30 ++++++++++----------
 2 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/configs/bb.org-debian-stretch-iot-v4.4.conf b/configs/bb.org-debian-stretch-iot-v4.4.conf
index d15368913..2dcbf522c 100644
--- a/configs/bb.org-debian-stretch-iot-v4.4.conf
+++ b/configs/bb.org-debian-stretch-iot-v4.4.conf
@@ -90,7 +90,6 @@ deb_mirror=""
 ##
 ##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
 ##
-#python-2.7: due to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769106
 #
 deb_additional_pkgs=""
 
diff --git a/configs/bb.org-debian-stretch-lxqt-v4.4.conf b/configs/bb.org-debian-stretch-lxqt-v4.4.conf
index 43824d5be..2ad2118f0 100644
--- a/configs/bb.org-debian-stretch-lxqt-v4.4.conf
+++ b/configs/bb.org-debian-stretch-lxqt-v4.4.conf
@@ -52,31 +52,19 @@ deb_include="	\
 	libtool	\
 	libdbus-1-dev	\
 	libusb-1.0-0-dev	\
-	lightdm	\
 	linux-base	\
 	linux-cpupower	\
 	locales	\
 	lshw	\
 	lsof	\
-	lxqt-about	\
-	lxqt-admin	\
-	lxqt-common	\
-	lxqt-config	\
-	lxqt-panel	\
-	lxqt-qtplugin	\
-	lxqt-session	\
-	lxqt-sudo	\
-	lxqt-runner	\
 	lzma	\
 	lzop	\
 	memtester	\
 	net-tools	\
 	openssh-server	\
 	pastebinit	\
-	pcmanfm-qt	\
 	pkg-config	\
 	python-dev	\
-	qterminal	\
 	rfkill	\
 	rsync	\
 	screen	\
@@ -92,7 +80,6 @@ deb_include="	\
 	wget	\
 	wireless-tools	\
 	wpasupplicant	\
-	xserver-xorg-video-omap	\
 "
 
 #
@@ -103,9 +90,22 @@ deb_mirror=""
 ##
 ##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
 ##
-#python-2.7: due to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769106
 #
-deb_additional_pkgs=""
+deb_additional_pkgs="	\
+	lightdm	\
+	lxqt-about	\
+	lxqt-admin	\
+	lxqt-common	\
+	lxqt-config	\
+	lxqt-panel	\
+	lxqt-qtplugin	\
+	lxqt-session	\
+	lxqt-sudo	\
+	lxqt-runner	\
+	pcmanfm-qt	\
+	qterminal	\
+	xserver-xorg-video-omap	\
+"
 
 ##
 rfs_username="debian"
-- 
GitLab