diff mbox series

[meta-oe,kirkstone,1/1] lmdb: Don't inherit base

Message ID 20230509074509.7362-3-liu.ming50@gmail.com
State New
Headers show
Series libusbgx: fix hotplug | expand

Commit Message

Ming Liu May 9, 2023, 7:45 a.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

base is always inherited so remove this code which will soon cause an error.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a755af4fb5ca2e158b00214bb18e27ba69c200fd)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

akuster808 May 9, 2023, 10:57 a.m. UTC | #1
On 5/9/23 3:45 AM, Ming Liu wrote:
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> base is always inherited so remove this code which will soon cause an error.

This is already in kirkstone:
https://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-dbs/lmdb?h=kirkstone&id=c5b5f631fc485e91f67827c536c06215a803d7cc

Was this meant for another branch?

-armin
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit a755af4fb5ca2e158b00214bb18e27ba69c200fd)
> Signed-off-by: Ming Liu <liu.ming50@gmail.com>
> ---
>   meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> index f23960f40..a76d388d7 100644
> --- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> +++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1;protocol=https \
>   
>   SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
>   
> -inherit base ptest
> +inherit ptest
>   
>   S = "${WORKDIR}/git/libraries/liblmdb"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#102487): https://lists.openembedded.org/g/openembedded-devel/message/102487
> Mute This Topic: https://lists.openembedded.org/mt/98779065/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ming Liu May 9, 2023, 11:28 a.m. UTC | #2
Hi, akuster808:

It was sent by mistake, sorry, I have made a V2 to remove it.

the best,
thank you

akuster808 <akuster808@gmail.com> 於 2023年5月9日 週二 下午12:57寫道:

>
>
> On 5/9/23 3:45 AM, Ming Liu wrote:
> > From: Richard Purdie <richard.purdie@linuxfoundation.org>
> >
> > base is always inherited so remove this code which will soon cause an
> error.
>
> This is already in kirkstone:
>
> https://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-dbs/lmdb?h=kirkstone&id=c5b5f631fc485e91f67827c536c06215a803d7cc
>
> Was this meant for another branch?
>
> -armin
> >
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > (cherry picked from commit a755af4fb5ca2e158b00214bb18e27ba69c200fd)
> > Signed-off-by: Ming Liu <liu.ming50@gmail.com>
> > ---
> >   meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> > index f23960f40..a76d388d7 100644
> > --- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> > +++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
> > @@ -16,7 +16,7 @@ SRC_URI = "git://
> github.com/LMDB/lmdb.git;nobranch=1;protocol=https \
> >
> >   SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
> >
> > -inherit base ptest
> > +inherit ptest
> >
> >   S = "${WORKDIR}/git/libraries/liblmdb"
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#102487):
> https://lists.openembedded.org/g/openembedded-devel/message/102487
> > Mute This Topic: https://lists.openembedded.org/mt/98779065/3616698
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> akuster808@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
index f23960f40..a76d388d7 100644
--- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
+++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
@@ -16,7 +16,7 @@  SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1;protocol=https \
 
 SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
 
-inherit base ptest
+inherit ptest
 
 S = "${WORKDIR}/git/libraries/liblmdb"