]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-self-hosted: move graphics packages to graphics group
authorJackie Huang <jackie.huang@windriver.com>
Sat, 6 Sep 2014 00:25:12 +0000 (20:25 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 14:19:59 +0000 (15:19 +0100)
The following packages are gui based tools:
  xdg-utils       # A set of common interfaces for desktop
  leafpad         # A GTK+ text editor used in Build Appliance
  midori          # A web browser used in Build Appliance
  pcmanfm         # PCManFm file manager used in Build Appliance
  vte             # Virtual terminal emulator GTK+ widget library

Move them to packagegroup-self-hosted-graphics so that we can make
a graphics free self-hosted image by excluding the
packagegroup-self-hosted-graphics.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb

index f49513413653f9647cba01ea829f3235749e0f89..65aca7ff3814046eca3916854f6f3f57afc6fbb2 100644 (file)
@@ -41,19 +41,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
     hdparm \
     iptables \
     lsb \
-    xdg-utils \
     mc \
     mc-fish \
     mc-helpers \
     mc-helpers-perl \
     mc-helpers-python \
-    leafpad \
-    ${MIDORI} \
-    pcmanfm \
     parted \
     pseudo \
     screen \
-    vte \
     "
 
 RRECOMMENDS_packagegroup-self-hosted-host-tools = "\
@@ -224,6 +219,11 @@ RDEPENDS_packagegroup-self-hosted-graphics = "\
     libx11-dev \
     python-pygtk \
     gtk-theme-clearlooks \
+    xdg-utils \
+    ${MIDORI} \
+    leafpad \
+    pcmanfm \
+    vte \
     "
 PTH = "pth"
 PTH_libc-uclibc = ""