On Wed, 2021-01-27 at 01:10 +0100, Dorinda wrote:
> Added package options for libdebuginfod.
> Added GPLv2+ | LGPLv3+ license for libdebuginfod with reference to
> https://sourceware.org/git/?p=elfutils.git;a=blob;f=debuginfod/debuginfod-client.c;h=de26af5bb26e187b51d9ea00d5826e199a96d01a;hb=HEAD
>
> [YOCTO #13807]
>
> Signed-off-by: Dorinda Bassey <[email protected]>
> ---
> v3:
> added YOCTO bug tag
> added LICENSE header
> changed upstream status
> edited typo error of recipe version from 0.181 to 0.182
>
> meta/recipes-devtools/elfutils/elfutils_0.182.bb | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/elfutils/elfutils_0.182.bb
> b/meta/recipes-devtools/elfutils/elfutils_0.182.bb
> index f63208d72b..823f0cab98 100644
> --- a/meta/recipes-devtools/elfutils/elfutils_0.182.bb
> +++ b/meta/recipes-devtools/elfutils/elfutils_0.182.bb
> @@ -1,8 +1,10 @@
> SUMMARY = "Utilities and libraries for handling compiled object files"
> HOMEPAGE = "https://sourceware.org/elfutils"
> SECTION = "base"
> -LICENSE = "GPLv2 & LGPLv3+ & GPLv3+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LICENSE = "GPLv2 & GPLv2+ & LGPLv3+ & GPLv3+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> +
> file://${WORKDIR}/elfutils-0.182/debuginfod/debuginfod-client.c;beginline=4;endline=29;md5=f758740623cdf457eb76957eb50f0422
> \
> + "
I think the above might just be able to be:
file://debuginfod/debuginfod-client.c
since the files are relative to ${S} if I remember correctly?
Cheers,
Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#147330):
https://lists.openembedded.org/g/openembedded-core/message/147330
Mute This Topic: https://lists.openembedded.org/mt/80146225/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-