diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2021-08-06 02:30:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-12 06:26:15 +0100 |
commit | 2e4d3aa2a351c5648dbd1df0203c99450329ccb4 (patch) | |
tree | 42f0df9af31362eb168c32b8fef74f72238404c5 /meta/recipes-devtools/elfutils | |
parent | 62372aedfe5e04b6b0c0bc5dba7c29bd4685e83b (diff) | |
download | poky-2e4d3aa2a351c5648dbd1df0203c99450329ccb4.tar.gz |
meta: use new override syntax in comments
(From OE-Core rev: 572e7db6e8831227911ff3e52bde3a4aa6df1c91)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.185.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb b/meta/recipes-devtools/elfutils/elfutils_0.185.bb index 5031ab97e7..7a88c5259f 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.185.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.185.bb | |||
@@ -127,7 +127,7 @@ FILES:libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils | |||
127 | FILES:libdebuginfod = "${libdir}/libdebuginfod-${PV}.so ${libdir}/libdebuginfod.so.*" | 127 | FILES:libdebuginfod = "${libdir}/libdebuginfod-${PV}.so ${libdir}/libdebuginfod.so.*" |
128 | # Some packages have the version preceeding the .so instead properly | 128 | # Some packages have the version preceeding the .so instead properly |
129 | # versioned .so.<version>, so we need to reorder and repackage. | 129 | # versioned .so.<version>, so we need to reorder and repackage. |
130 | #FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" | 130 | #FILES:${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" |
131 | #FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so" | 131 | #FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so" |
132 | 132 | ||
133 | # The package contains symlinks that trip up insane | 133 | # The package contains symlinks that trip up insane |