diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2014-09-05 20:25:12 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 15:38:57 +0100 |
| commit | 9f9476fff147ba8e23b7302fd347378f76f133a8 (patch) | |
| tree | 24aac1421567c2dd7547633d1106f61fb480a15a | |
| parent | c2c8c0283f01991b18454a6dbea834addfc0103e (diff) | |
| download | poky-9f9476fff147ba8e23b7302fd347378f76f133a8.tar.gz | |
packagegroup-self-hosted: move graphics packages to graphics group
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.
(From OE-Core rev: bb7d081ccb5a352d3089b6b30ab740e62c05e791)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index f495134136..65aca7ff38 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
| @@ -41,19 +41,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\ | |||
| 41 | hdparm \ | 41 | hdparm \ |
| 42 | iptables \ | 42 | iptables \ |
| 43 | lsb \ | 43 | lsb \ |
| 44 | xdg-utils \ | ||
| 45 | mc \ | 44 | mc \ |
| 46 | mc-fish \ | 45 | mc-fish \ |
| 47 | mc-helpers \ | 46 | mc-helpers \ |
| 48 | mc-helpers-perl \ | 47 | mc-helpers-perl \ |
| 49 | mc-helpers-python \ | 48 | mc-helpers-python \ |
| 50 | leafpad \ | ||
| 51 | ${MIDORI} \ | ||
| 52 | pcmanfm \ | ||
| 53 | parted \ | 49 | parted \ |
| 54 | pseudo \ | 50 | pseudo \ |
| 55 | screen \ | 51 | screen \ |
| 56 | vte \ | ||
| 57 | " | 52 | " |
| 58 | 53 | ||
| 59 | RRECOMMENDS_packagegroup-self-hosted-host-tools = "\ | 54 | RRECOMMENDS_packagegroup-self-hosted-host-tools = "\ |
| @@ -224,6 +219,11 @@ RDEPENDS_packagegroup-self-hosted-graphics = "\ | |||
| 224 | libx11-dev \ | 219 | libx11-dev \ |
| 225 | python-pygtk \ | 220 | python-pygtk \ |
| 226 | gtk-theme-clearlooks \ | 221 | gtk-theme-clearlooks \ |
| 222 | xdg-utils \ | ||
| 223 | ${MIDORI} \ | ||
| 224 | leafpad \ | ||
| 225 | pcmanfm \ | ||
| 226 | vte \ | ||
| 227 | " | 227 | " |
| 228 | PTH = "pth" | 228 | PTH = "pth" |
| 229 | PTH_libc-uclibc = "" | 229 | PTH_libc-uclibc = "" |
