Convert to new override syntax
[AGL/meta-agl.git] / templates / feature / agl-devel / README_feature_agl-devel.md
index 24483f9..588bb3c 100644 (file)
@@ -25,7 +25,7 @@ The following example shows how to activate C/C++ code
 specific to agl-devel:
 
 ```yocto
-CPPFLAGS_append_agl-devel = " -DAGL_DEVEL"
+CPPFLAGS:append:agl-devel = " -DAGL_DEVEL"
 ```
 
 Using this, any code enclosed in