mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c2c8c0283f
commit
9f9476fff1
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user