Skip to content
Snippets Groups Projects
Commit 67875373 authored by Clemens Terasa's avatar Clemens Terasa Committed by Jonas Höppner
Browse files

image-nogplv3 classes: Remove the explicit PACKAGE_EXCLUDE

The explicit PACKAGE_EXCLUDE should not be necessary and prohibited by
using INCOMPATIBLE_LICENSE. Further if a compatible package is available
(i.e. for meta-gplv2) PACKAGE_EXCLUDE would prevent it from being
included in an image.
parent 8f5c76d6
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
......@@ -78,45 +78,6 @@ CORE_IMAGE_EXTRA_INSTALL += " \
editline \
"
PACKAGE_EXCLUDE = " \
bash \
coreutils \
cpio \
diffutils \
dosfstools \
ed \
findutils \
fio \
gawk \
gdb \
gdbm \
grep \
gzip \
inetutils \
inetutils-telnet \
inetutils-tftp \
inetutils-traceroute \
libreadline8 \
nano \
networkmanager \
networkmanager-bash-completion \
networkmanager-nmtui \
parted \
patch \
perl \
postgresql \
qt-kiosk-browser \
readline \
sed \
sqlite \
sqlite3 \
tar \
time \
wget \
which \
wireguard-tools \
"
CORE_IMAGE_EXTRA_INSTALL_append = " \
editline \
"
......@@ -40,45 +40,6 @@ CORE_IMAGE_EXTRA_INSTALL += " \
${IMAGE_INSTALL_TEST} \
"
PACKAGE_EXCLUDE = " \
bash \
coreutils \
cpio \
diffutils \
dosfstools \
ed \
findutils \
fio \
gawk \
gdb \
gdbm \
grep \
gzip \
inetutils \
inetutils-telnet \
inetutils-tftp \
inetutils-traceroute \
libreadline8 \
nano \
networkmanager \
networkmanager-bash-completion \
networkmanager-nmtui \
parted \
patch \
perl \
postgresql \
qt-kiosk-browser \
readline \
sed \
sqlite \
sqlite3 \
tar \
time \
wget \
which \
wireguard-tools \
"
CORE_IMAGE_EXTRA_INSTALL_append = " \
editline \
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment