Browse Source

Clean up references to the old .debug handling

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 7 years ago
parent
commit
6a9b8a0f5d
2 changed files with 0 additions and 16 deletions
  1. 0 15
      TODO.md
  2. 0 1
      classes/external-toolchain.bbclass

+ 0 - 15
TODO.md

@@ -1,20 +1,5 @@
 - Adjust the hardcoded licenses based on version, for now. Better would be if
   the external toolchain provided license data.
-- Handle relocating debug files based on PACKAGE_DEBUG_SPLIT_STYLE, in
-  a general way, as a better way to handle 6d62e6f. Possibly do a regex
-  search/replace:
-
-    ```
-    If debug-file-directory:
-
-        (.*)/\.debug/([^/]*)\.debug|${libdir}/debug/\1/\2.debug
-        (.*)/\.debug/([^/]*)|${libdir}/debug/\1/\2.debug
-
-    Else:
-
-        ${libdir}/debug/(.*)/([^/]*\.debug)|\1/.debug/\2
-    ```
-
 - Fix extraction of patterns like `${libdir}/locale/*/*/libc.mo` (glibc) and
   `${libdir}/gcc/*/*/include/omp.h` (libgomp).
 

+ 0 - 1
classes/external-toolchain.bbclass

@@ -8,7 +8,6 @@
 # - Usual bits to handle packaging of existing binaries
 # - Automatically skips the recipe if its files aren't available in the
 #   external toolchain
-# - Automatically grabs all the .debug files for everything included
 
 # Since these are prebuilt binaries, there are no source files to checksum for
 # LIC_FILES_CHKSUM, so use the license from common-licenses