From eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Mar 2025 13:07:48 -0700 Subject: recipes: Fix variable assignment whitespace Signed-off-by: Richard Purdie Signed-off-by: Khem Raj --- meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-devtools/libcoap') diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb index 8a114411fa..604fec8072 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb @@ -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 -- cgit v1.2.3-54-g00ecf