diff options
| author | Denys Dmytriyenko <denis@denix.org> | 2023-06-09 23:57:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-13 22:10:32 +0100 |
| commit | eee8bb497f7f05b70db321e9bc0d702c7294b862 (patch) | |
| tree | b8de513cbcfcd28900940f7962292a511c2a3314 /meta/recipes-devtools/binutils/binutils.inc | |
| parent | 5016450e123a838514f0679bd25e2f01c394afc5 (diff) | |
| download | poky-eee8bb497f7f05b70db321e9bc0d702c7294b862.tar.gz | |
binutils: move packaging of gprofng static lib into common .inc
Commit f72fd51e0d (binutils: package static libs from gprofng) added
corresponding FILES:${PN}-staticdev entry to the main .bb recipe.
But binutils-cross-canadian fails with exactly the same QA issue,
hence move FILES:${PN}-staticdev to the common shared .inc file.
(From OE-Core rev: 75beddd33e132333c36ad067e2cf90edffeb5bf5)
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index c69d29448f..e176b5cff1 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
| @@ -33,6 +33,8 @@ FILES:${PN}-dev = " \ | |||
| 33 | ${libdir}/libctf-nobfd.so \ | 33 | ${libdir}/libctf-nobfd.so \ |
| 34 | ${libdir}/libopcodes.so" | 34 | ${libdir}/libopcodes.so" |
| 35 | 35 | ||
| 36 | FILES:${PN}-staticdev += "${libdir}/gprofng/*.a" | ||
| 37 | |||
| 36 | # Rather than duplicating multiple entries for these, make one | 38 | # Rather than duplicating multiple entries for these, make one |
| 37 | # list and reuse it. | 39 | # list and reuse it. |
| 38 | 40 | ||
