mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 04:19:40 +01:00
LSB as a standard isn't current and isn't well suited to embedded anyway. Its putting artifical constraints on the system and with modern layer technology, would now be better off as its own layer. As such its time to split it out. The only part with some (marginal) usage is lsb_release, which is split from the lsb package into an own lsb-release package. (From OE-Core rev: fb064356af615d67d85b65942103bf943d84d290) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
196 lines
3.4 KiB
BlitzBasic
196 lines
3.4 KiB
BlitzBasic
#
|
|
# Copyright (C) 2010 Intel Corporation
|
|
#
|
|
|
|
SUMMARY = "Self-hosting"
|
|
DESCRIPTION = "Packages required to run the build system"
|
|
PR = "r13"
|
|
|
|
inherit packagegroup distro_features_check
|
|
# rdepends on libx11-dev
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
# rdepends on libgl
|
|
REQUIRED_DISTRO_FEATURES += "opengl"
|
|
|
|
PACKAGES = "\
|
|
packagegroup-self-hosted \
|
|
packagegroup-self-hosted-debug \
|
|
packagegroup-self-hosted-sdk \
|
|
packagegroup-self-hosted-extended \
|
|
packagegroup-self-hosted-graphics \
|
|
packagegroup-self-hosted-host-tools \
|
|
"
|
|
|
|
RDEPENDS_packagegroup-self-hosted = "\
|
|
packagegroup-self-hosted-debug \
|
|
packagegroup-self-hosted-sdk \
|
|
packagegroup-self-hosted-extended \
|
|
packagegroup-self-hosted-graphics \
|
|
packagegroup-self-hosted-host-tools \
|
|
"
|
|
|
|
RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
|
e2fsprogs \
|
|
e2fsprogs-e2fsck \
|
|
e2fsprogs-mke2fs \
|
|
e2fsprogs-tune2fs \
|
|
hdparm \
|
|
iptables \
|
|
lsb-release \
|
|
mc \
|
|
mc-fish \
|
|
mc-helpers \
|
|
mc-helpers-perl \
|
|
parted \
|
|
${PSEUDO} \
|
|
screen \
|
|
"
|
|
PSEUDO = "pseudo"
|
|
PSEUDO_libc-musl = ""
|
|
|
|
RRECOMMENDS_packagegroup-self-hosted-host-tools = "\
|
|
kernel-module-tun \
|
|
kernel-module-iptable-raw \
|
|
kernel-module-iptable-nat \
|
|
kernel-module-iptable-mangle \
|
|
kernel-module-iptable-filter \
|
|
"
|
|
|
|
RDEPENDS_packagegroup-self-hosted-sdk = "\
|
|
autoconf \
|
|
automake \
|
|
binutils \
|
|
binutils-symlinks \
|
|
ccache \
|
|
coreutils \
|
|
cpp \
|
|
cpp-symlinks \
|
|
distcc \
|
|
file \
|
|
findutils \
|
|
g++ \
|
|
g++-symlinks \
|
|
gcc \
|
|
gcc-symlinks \
|
|
intltool \
|
|
ldd \
|
|
less \
|
|
libstdc++ \
|
|
libstdc++-dev \
|
|
libtool \
|
|
make \
|
|
perl-module-re \
|
|
perl-module-text-wrap \
|
|
pkgconfig \
|
|
quilt \
|
|
sed \
|
|
"
|
|
RDEPENDS_packagegroup-self-hosted-sdk_append_mingw32 = "\
|
|
libssp \
|
|
libssp-dev \
|
|
libssp-staticdev \
|
|
"
|
|
# rpcsvc-proto: for rpcgen
|
|
RDEPENDS_packagegroup-self-hosted-sdk_append_libc-glibc = "\
|
|
glibc-gconv-ibm850 \
|
|
glibc-utils \
|
|
rpcsvc-proto \
|
|
"
|
|
RDEPENDS_packagegroup-self-hosted-debug = " \
|
|
gdb \
|
|
gdbserver \
|
|
rsync \
|
|
strace \
|
|
tcf-agent"
|
|
|
|
|
|
RDEPENDS_packagegroup-self-hosted-extended = "\
|
|
bzip2 \
|
|
chkconfig \
|
|
chrpath \
|
|
cpio \
|
|
curl \
|
|
diffstat \
|
|
diffutils \
|
|
elfutils \
|
|
expat \
|
|
gawk \
|
|
gdbm \
|
|
gettext \
|
|
gettext-runtime \
|
|
git \
|
|
git-perltools \
|
|
grep \
|
|
groff \
|
|
gzip \
|
|
settings-daemon \
|
|
libaio \
|
|
libusb1 \
|
|
libxml2 \
|
|
lsof \
|
|
lzo \
|
|
man \
|
|
man-pages \
|
|
mdadm \
|
|
minicom \
|
|
mtools \
|
|
ncurses \
|
|
ncurses-terminfo-base \
|
|
nfs-utils \
|
|
nfs-utils-client \
|
|
openssl \
|
|
openssh-scp \
|
|
openssh-sftp-server \
|
|
openssh-ssh \
|
|
opkg \
|
|
opkg-utils \
|
|
patch \
|
|
perl \
|
|
perl-dev \
|
|
perl-misc \
|
|
perl-modules \
|
|
perl-pod \
|
|
python \
|
|
python-modules \
|
|
python3 \
|
|
python3-modules \
|
|
python3-git \
|
|
quota \
|
|
readline \
|
|
rpm \
|
|
setserial \
|
|
socat \
|
|
subversion \
|
|
sudo \
|
|
sysstat \
|
|
tar \
|
|
tcl \
|
|
texi2html \
|
|
texinfo \
|
|
unzip \
|
|
usbutils \
|
|
watchdog \
|
|
wget \
|
|
which \
|
|
xinetd \
|
|
zip \
|
|
zlib \
|
|
xz \
|
|
"
|
|
|
|
|
|
RDEPENDS_packagegroup-self-hosted-graphics = "\
|
|
builder \
|
|
libgl \
|
|
libgl-dev \
|
|
libglu \
|
|
libglu-dev \
|
|
libx11-dev \
|
|
adwaita-icon-theme \
|
|
xdg-utils \
|
|
l3afpad \
|
|
pcmanfm \
|
|
vte \
|
|
"
|