mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
meta-oe: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ BBCLASSEXTEND = "native"
|
||||
DEPENDS_class-native = "readline-native"
|
||||
PACKAGECONFIG_class-native = ""
|
||||
|
||||
SRC_URI_append_class-native = "file://0001-reduce-build-to-conversion-tools-for-native-build.patch"
|
||||
SRC_URI_append_class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch"
|
||||
|
||||
do_install_class-native() {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user