Skip to content
Snippets Groups Projects
Commit 81b1c91c authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

overrides: Auto-conversion of OVERRIDES

parent fb8ebc87
No related branches found
No related tags found
1 merge request!14image: Fixed licenses exclusion and sorted packages
Pipeline #13959 passed with stage
in 6 seconds
......@@ -29,7 +29,7 @@ IMAGE_INSTALL_GUF += " \
packagegroup-guf-debug \
"
IMAGE_INSTALL_GUF_append_imx8mpguf += " \
IMAGE_INSTALL_GUF:append_imx8mpguf += " \
guf-show-demo2 \
"
......@@ -102,7 +102,7 @@ PACKAGE_EXCLUDE = " \
wireguard-tools \
"
CORE_IMAGE_EXTRA_INSTALL_append = " \
CORE_IMAGE_EXTRA_INSTALL:append = " \
dash \
editline \
"
......
PACKAGECONFIG_remove = "readline"
PACKAGECONFIG:remove = "readline"
PACKAGECONFIG_remove = "readline"
PACKAGECONFIG:remove = "readline"
DEPENDS_append = " editline "
DEPENDS:append = " editline "
PACKAGECONFIG_remove = "readline"
PACKAGECONFIG:remove = "readline"
......@@ -19,7 +19,7 @@ S = "${WORKDIR}/git"
inherit pkgconfig autotools
do_install_prepend () {
do_install:prepend () {
install -d ${D}${includedir}/editline
ln -sf ${includedir}/editline.h ${D}${includedir}/editline/history.h
}
......
PACKAGECONFIG_remove = "gdbm readline"
PACKAGECONFIG:remove = "gdbm readline"
RDEPENDS_${PN}_remove = " \
RDEPENDS:${PN}:remove = " \
bash \
coreutils \
cpio \
......
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