Skip to content
Snippets Groups Projects
Commit 2e03ab71 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

kernel-modules: Remove slash from 'S', fixes warning

bitbake complains about the trailing slash:
Recipe auo-pixcir sets B variable with trailing slash
Removed in in the include file.
parent 18175ca1
No related branches found
No related tags found
2 merge requests!78u-boot: Copy all u-boot files for old recipe version into layer,!75kernel-modules: Remove slash from 'S', fixes warning
Pipeline #16994 failed with stages
in 15 seconds
...@@ -8,7 +8,7 @@ inherit module ...@@ -8,7 +8,7 @@ inherit module
SRC_URI = " file://src/ file://Makefile " SRC_URI = " file://src/ file://Makefile "
S = "${WORKDIR}/src/" S = "${WORKDIR}/src"
do_configure_prepend () { do_configure_prepend () {
cp -f ${WORKDIR}/Makefile ${S}/Makefile cp -f ${WORKDIR}/Makefile ${S}/Makefile
......
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