diff mbox series

[meta-oe,scarthgap] libdevmapper: Inherit nopackages

Message ID 20240925144556.1451584-1-dmitry.baryshkov@linaro.org
State New
Headers show
Series [meta-oe,scarthgap] libdevmapper: Inherit nopackages | expand

Commit Message

Dmitry Baryshkov Sept. 25, 2024, 2:45 p.m. UTC
From: Peter Kjellerstedt <pkj@axis.com>

This fixes errors from buildhistory changes where packages-split would
be empty.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 90f96e053ad3eefa7693d9748efdfbfa72d7dcfd)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---

The oe-core got commit c9e2a8fa2f03 ("buildhistory: Simplify intercept
call sites and drop SSTATEPOSTINSTFUNC usage") backported to the
scarthgap branch. Backport the fix for libdevmapper too.

---
 meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Vincent Prince Sept. 26, 2024, 9:49 a.m. UTC | #1
Hello all,

Any update on this backport patch? :)

Best regards,
Vincent

Le mer. 25 sept. 2024 à 16:46, Dmitry Baryshkov via
lists.openembedded.org <dbaryshkov=gmail.com@lists.openembedded.org> a
écrit :
>
> From: Peter Kjellerstedt <pkj@axis.com>
>
> This fixes errors from buildhistory changes where packages-split would
> be empty.
>
> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit 90f96e053ad3eefa7693d9748efdfbfa72d7dcfd)
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>
> The oe-core got commit c9e2a8fa2f03 ("buildhistory: Simplify intercept
> call sites and drop SSTATEPOSTINSTFUNC usage") backported to the
> scarthgap branch. Backport the fix for libdevmapper too.
>
> ---
>  meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> index be558ce1d218..3b4439c3ae06 100644
> --- a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> +++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> @@ -5,6 +5,8 @@ require lvm2.inc
>
>  DEPENDS += "autoconf-archive-native"
>
> +inherit nopackages
> +
>  TARGET_CC_ARCH += "${LDFLAGS}"
>
>  do_install() {
> --
> 2.39.5
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112496): https://lists.openembedded.org/g/openembedded-devel/message/112496
> Mute This Topic: https://lists.openembedded.org/mt/108648856/3616779
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [vincent.prince.fr@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jose Quaresma Sept. 26, 2024, 10:12 a.m. UTC | #2
Vincent Prince via lists.openembedded.org <vincent.prince.fr=
gmail.com@lists.openembedded.org> escreveu (quinta, 26/09/2024 à(s) 10:49):

> Hello all,
>
> Any update on this backport patch? :)
>

The patch is not yet on the staging tree but I believe it will be
there soon.
https://git.openembedded.org/meta-openembedded-contrib/log/?h=stable/scarthgap-nut

but yes, this should be a priority given that the scarthgap recipe is
broken.

Jose


>
> Best regards,
> Vincent
>
> Le mer. 25 sept. 2024 à 16:46, Dmitry Baryshkov via
> lists.openembedded.org <dbaryshkov=gmail.com@lists.openembedded.org> a
> écrit :
> >
> > From: Peter Kjellerstedt <pkj@axis.com>
> >
> > This fixes errors from buildhistory changes where packages-split would
> > be empty.
> >
> > Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > (cherry picked from commit 90f96e053ad3eefa7693d9748efdfbfa72d7dcfd)
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > ---
> >
> > The oe-core got commit c9e2a8fa2f03 ("buildhistory: Simplify intercept
> > call sites and drop SSTATEPOSTINSTFUNC usage") backported to the
> > scarthgap branch. Backport the fix for libdevmapper too.
> >
> > ---
> >  meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> > index be558ce1d218..3b4439c3ae06 100644
> > --- a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> > +++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
> > @@ -5,6 +5,8 @@ require lvm2.inc
> >
> >  DEPENDS += "autoconf-archive-native"
> >
> > +inherit nopackages
> > +
> >  TARGET_CC_ARCH += "${LDFLAGS}"
> >
> >  do_install() {
> > --
> > 2.39.5
> >
> >
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112515):
> https://lists.openembedded.org/g/openembedded-devel/message/112515
> Mute This Topic: https://lists.openembedded.org/mt/108648856/5052612
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
index be558ce1d218..3b4439c3ae06 100644
--- a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
+++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.22.bb
@@ -5,6 +5,8 @@  require lvm2.inc
 
 DEPENDS += "autoconf-archive-native"
 
+inherit nopackages
+
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 do_install() {