Browse Source

blacklist_dynamic: add example of gcc-source-%

Christopher Larson 8 years ago
parent
commit
e6abcdeaeb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      classes/blacklist_dynamic.bbclass

+ 3 - 1
classes/blacklist_dynamic.bbclass

@@ -1,7 +1,9 @@
 # Blacklist recipe names which include variable references, handling
 # multilibs.
 #
-# Ex. PNBLACKLIST_DYNAMIC += "${MLPREFIX}gcc-cross-${TARGET_ARCH}"
+# Ex.
+#     PNBLACKLIST_DYNAMIC += "${MLPREFIX}gcc-cross-${TARGET_ARCH}"
+#     PNBLACKLIST_DYNAMIC += "gcc-source-${@'${GCCVERSION}'.replace('%', '')}"
 
 PNBLACKLIST_DYNAMIC ?= ""