[oe] [PATCH][meta-oe] pcsc-lite: update to 1.8.25

Khem Raj raj.khem at gmail.com
Wed Sep 18 23:44:49 UTC 2019


On Wed, Sep 18, 2019 at 3:37 PM Oleksandr Kravchuk
<open.source at oleksandr-kravchuk.com> wrote:
>
> Right. Is there a common way to go around this?
>

define packageconfig and enable it if systemd is in distro features

e.g.
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[systemd]  = "--enable-libsystemd,--disable-libsystemd,systemd,"

> On 13/09/2019 18:20, Khem Raj wrote:
> > I think we need to use systemd distro feature to control libsystemd
> > use see https://errors.yoctoproject.org/Errors/Details/270186/
> >
> > On Thu, Sep 12, 2019 at 3:37 PM Oleksandr Kravchuk
> > <open.source at oleksandr-kravchuk.com> wrote:
> >> License checksum was changed due to removed license info about remove
> >> code (see @0984e0f4a03e5e29bb5725b6f149f56c9e9c73c2).
> >>
> >> Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
> >> ---
> >>  .../pcsc-lite/{pcsc-lite_1.8.22.bb => pcsc-lite_1.8.25.bb} | 7 +++----
> >>  1 file changed, 3 insertions(+), 4 deletions(-)
> >>  rename meta-oe/recipes-support/pcsc-lite/{pcsc-lite_1.8.22.bb => pcsc-lite_1.8.25.bb} (86%)
> >>
> >> diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.25.bb
> >> similarity index 86%
> >> rename from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
> >> rename to meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.25.bb
> >> index 10f724e6c..1c764f7eb 100644
> >> --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.22.bb
> >> +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.25.bb
> >> @@ -8,13 +8,12 @@ LICENSE_${PN}-dev = "BSD"
> >>  LICENSE_${PN}-dbg = "BSD & GPLv3+"
> >>  LICENSE_${PN}-spy = "GPLv3+"
> >>  LICENSE_${PN}-spy-dev = "GPLv3+"
> >> -LIC_FILES_CHKSUM = "file://COPYING;md5=f38b3d1c7ef7fc2c8b6d20cd38efdc29"
> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6"
> >>  DEPENDS = "udev"
> >>
> >>  SRC_URI = "https://pcsclite.apdu.fr/files/${BP}.tar.bz2"
> >> -SRC_URI[md5sum] = "0ec103b1ef298d0c58d6ef6b00b9cf17"
> >> -SRC_URI[sha256sum] = "6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405"
> >> -
> >> +SRC_URI[md5sum] = "c20650a36062ab1689f37f3302c988f2"
> >> +SRC_URI[sha256sum] = "d76d79edc31cf76e782b9f697420d3defbcc91778c3c650658086a1b748e8792"
> >>
> >>  inherit autotools systemd pkgconfig
> >>
> >> --
> >> 2.17.1
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel at lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list