mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -43,7 +43,7 @@ python () {
|
||||
d.setVar('DISABLE_STATIC', '')
|
||||
}
|
||||
|
||||
export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog"
|
||||
export SGML_CATALOG_FILES = "file://${STAGING_ETCDIR_NATIVE}/xml/catalog"
|
||||
|
||||
do_compile:prepend() {
|
||||
oe_runmake update-map-file
|
||||
|
||||
Reference in New Issue
Block a user