mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-26 13:38:18 +00:00
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ RDEPENDS:${PN} += "\
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
RDEPENDS:${PN}-tests = "${PN} python3-unittest"
|
||||
FILES:${PN}-tests+= " \
|
||||
FILES:${PN}-tests += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
|
||||
${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user