All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db
       [not found] ` <20171110144512.3538E233675@git.openembedded.org>
@ 2017-11-11 22:45   ` Martin Jansa
  2017-11-12 11:48     ` Martin Jansa
  2017-11-16  2:25     ` akuster808
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Jansa @ 2017-11-11 22:45 UTC (permalink / raw)
  To: openembedded-devel, Ross Burton; +Cc: openembedded-commits

Hi,

will you please send fix for:
ERROR: Nothing PROVIDES 'virtual/db' (but
meta-oe/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb
meta-oe/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
DEPENDS on or otherwise requires it).

Thanks

On Fri, Nov 10, 2017 at 3:45 PM, <git@git.openembedded.org> wrote:

> This is an automated email from the git hooks/post-receive script.
>
> rpurdie pushed a commit to branch master-next
> in repository openembedded-core.
>
> commit dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e
> Author: Ross Burton <ross.burton@intel.com>
> AuthorDate: Tue Oct 31 21:10:13 2017 +0000
>
>     db: don't provide virtual/db
>
>     As there are no alternative providers for virtual/db remove the
> PROVIDES and
>     recipes can just depend on db.
>
>     Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta/recipes-support/db/db_5.3.28.bb | 10 ----------
>  1 file changed, 10 deletions(-)
>
> diff --git a/meta/recipes-support/db/db_5.3.28.bb
> b/meta/recipes-support/db/db_5.3.28.bb
> index fb4befb..fe71967 100644
> --- a/meta/recipes-support/db/db_5.3.28.bb
> +++ b/meta/recipes-support/db/db_5.3.28.bb
> @@ -12,7 +12,6 @@ SECTION = "libs"
>  SUMMARY = "Berkeley Database v5"
>  HOMEPAGE = "http://www.oracle.com/technetwork/database/database-
> technologies/berkeleydb/overview/index.html"
>  LICENSE = "Sleepycat"
> -VIRTUAL_NAME ?= "virtual/db"
>  RCONFLICTS_${PN} = "db3"
>
>  PR = "r1"
> @@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=
> ed1158e31437f4f87cdd4ab2b8613955"
>
>  inherit autotools
>
> -# Put virtual/db in any appropriate provider of a
> -# relational database, use it as a dependency in
> -# place of a specific db and use:
> -#
> -# PREFERRED_PROVIDER_virtual/db
> -#
> -# to select the correct db in the build (distro) .conf
> -PROVIDES += "${VIRTUAL_NAME}"
> -
>  # The executables go in a separate package - typically there
>  # is no need to install these unless doing real database
>  # management on the system.
>
> --
> To stop receiving notification emails like this one, please contact
> the administrator of this repository.
> --
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db
  2017-11-11 22:45   ` [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db Martin Jansa
@ 2017-11-12 11:48     ` Martin Jansa
  2017-11-12 17:22       ` Khem Raj
  2017-11-16  2:25     ` akuster808
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2017-11-12 11:48 UTC (permalink / raw)
  To: openembedded-devel, Ross Burton; +Cc: openembedded-commits

Also, was this ever sent to ML for review? I haven't found it in my maildir
and google haven't found it in ML archive as well.

On Sat, Nov 11, 2017 at 11:45 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> Hi,
>
> will you please send fix for:
> ERROR: Nothing PROVIDES 'virtual/db' (but meta-oe/meta-networking/
> recipes-daemons/postfix/postfix_3.2.2.bb meta-oe/meta-networking/
> recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb DEPENDS on or otherwise
> requires it).
>
> Thanks
>
> On Fri, Nov 10, 2017 at 3:45 PM, <git@git.openembedded.org> wrote:
>
>> This is an automated email from the git hooks/post-receive script.
>>
>> rpurdie pushed a commit to branch master-next
>> in repository openembedded-core.
>>
>> commit dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e
>> Author: Ross Burton <ross.burton@intel.com>
>> AuthorDate: Tue Oct 31 21:10:13 2017 +0000
>>
>>     db: don't provide virtual/db
>>
>>     As there are no alternative providers for virtual/db remove the
>> PROVIDES and
>>     recipes can just depend on db.
>>
>>     Signed-off-by: Ross Burton <ross.burton@intel.com>
>> ---
>>  meta/recipes-support/db/db_5.3.28.bb | 10 ----------
>>  1 file changed, 10 deletions(-)
>>
>> diff --git a/meta/recipes-support/db/db_5.3.28.bb
>> b/meta/recipes-support/db/db_5.3.28.bb
>> index fb4befb..fe71967 100644
>> --- a/meta/recipes-support/db/db_5.3.28.bb
>> +++ b/meta/recipes-support/db/db_5.3.28.bb
>> @@ -12,7 +12,6 @@ SECTION = "libs"
>>  SUMMARY = "Berkeley Database v5"
>>  HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technol
>> ogies/berkeleydb/overview/index.html"
>>  LICENSE = "Sleepycat"
>> -VIRTUAL_NAME ?= "virtual/db"
>>  RCONFLICTS_${PN} = "db3"
>>
>>  PR = "r1"
>> @@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e314
>> 37f4f87cdd4ab2b8613955"
>>
>>  inherit autotools
>>
>> -# Put virtual/db in any appropriate provider of a
>> -# relational database, use it as a dependency in
>> -# place of a specific db and use:
>> -#
>> -# PREFERRED_PROVIDER_virtual/db
>> -#
>> -# to select the correct db in the build (distro) .conf
>> -PROVIDES += "${VIRTUAL_NAME}"
>> -
>>  # The executables go in a separate package - typically there
>>  # is no need to install these unless doing real database
>>  # management on the system.
>>
>> --
>> To stop receiving notification emails like this one, please contact
>> the administrator of this repository.
>> --
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>>
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db
  2017-11-12 11:48     ` Martin Jansa
@ 2017-11-12 17:22       ` Khem Raj
  2017-11-13 10:45         ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2017-11-12 17:22 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-commits, openembedded-devel

On Sun, Nov 12, 2017 at 3:48 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Also, was this ever sent to ML for review? I haven't found it in my maildir
> and google haven't found it in ML archive as well.
>

Its not on patchwork it seems to have slipped in probably by an overisight
but I think fix is right. Probably a simple fix for meta-oe recipes to depend on
db will be what we need

> On Sat, Nov 11, 2017 at 11:45 PM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
>
>> Hi,
>>
>> will you please send fix for:
>> ERROR: Nothing PROVIDES 'virtual/db' (but meta-oe/meta-networking/
>> recipes-daemons/postfix/postfix_3.2.2.bb meta-oe/meta-networking/
>> recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb DEPENDS on or otherwise
>> requires it).
>>
>> Thanks
>>
>> On Fri, Nov 10, 2017 at 3:45 PM, <git@git.openembedded.org> wrote:
>>
>>> This is an automated email from the git hooks/post-receive script.
>>>
>>> rpurdie pushed a commit to branch master-next
>>> in repository openembedded-core.
>>>
>>> commit dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e
>>> Author: Ross Burton <ross.burton@intel.com>
>>> AuthorDate: Tue Oct 31 21:10:13 2017 +0000
>>>
>>>     db: don't provide virtual/db
>>>
>>>     As there are no alternative providers for virtual/db remove the
>>> PROVIDES and
>>>     recipes can just depend on db.
>>>
>>>     Signed-off-by: Ross Burton <ross.burton@intel.com>
>>> ---
>>>  meta/recipes-support/db/db_5.3.28.bb | 10 ----------
>>>  1 file changed, 10 deletions(-)
>>>
>>> diff --git a/meta/recipes-support/db/db_5.3.28.bb
>>> b/meta/recipes-support/db/db_5.3.28.bb
>>> index fb4befb..fe71967 100644
>>> --- a/meta/recipes-support/db/db_5.3.28.bb
>>> +++ b/meta/recipes-support/db/db_5.3.28.bb
>>> @@ -12,7 +12,6 @@ SECTION = "libs"
>>>  SUMMARY = "Berkeley Database v5"
>>>  HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technol
>>> ogies/berkeleydb/overview/index.html"
>>>  LICENSE = "Sleepycat"
>>> -VIRTUAL_NAME ?= "virtual/db"
>>>  RCONFLICTS_${PN} = "db3"
>>>
>>>  PR = "r1"
>>> @@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e314
>>> 37f4f87cdd4ab2b8613955"
>>>
>>>  inherit autotools
>>>
>>> -# Put virtual/db in any appropriate provider of a
>>> -# relational database, use it as a dependency in
>>> -# place of a specific db and use:
>>> -#
>>> -# PREFERRED_PROVIDER_virtual/db
>>> -#
>>> -# to select the correct db in the build (distro) .conf
>>> -PROVIDES += "${VIRTUAL_NAME}"
>>> -
>>>  # The executables go in a separate package - typically there
>>>  # is no need to install these unless doing real database
>>>  # management on the system.
>>>
>>> --
>>> To stop receiving notification emails like this one, please contact
>>> the administrator of this repository.
>>> --
>>> _______________________________________________
>>> Openembedded-commits mailing list
>>> Openembedded-commits@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>>>
>>
>>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db
  2017-11-12 17:22       ` Khem Raj
@ 2017-11-13 10:45         ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2017-11-13 10:45 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-commits, openembedded-devel

Apologies, I must have failed to submit that series after it passed an
autobuilder run.  Patches for meta-oe sent.

Ross

On 12 November 2017 at 17:22, Khem Raj <raj.khem@gmail.com> wrote:

> On Sun, Nov 12, 2017 at 3:48 AM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
> > Also, was this ever sent to ML for review? I haven't found it in my
> maildir
> > and google haven't found it in ML archive as well.
> >
>
> Its not on patchwork it seems to have slipped in probably by an overisight
> but I think fix is right. Probably a simple fix for meta-oe recipes to
> depend on
> db will be what we need
>
> > On Sat, Nov 11, 2017 at 11:45 PM, Martin Jansa <martin.jansa@gmail.com>
> > wrote:
> >
> >> Hi,
> >>
> >> will you please send fix for:
> >> ERROR: Nothing PROVIDES 'virtual/db' (but meta-oe/meta-networking/
> >> recipes-daemons/postfix/postfix_3.2.2.bb meta-oe/meta-networking/
> >> recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb DEPENDS on or otherwise
> >> requires it).
> >>
> >> Thanks
> >>
> >> On Fri, Nov 10, 2017 at 3:45 PM, <git@git.openembedded.org> wrote:
> >>
> >>> This is an automated email from the git hooks/post-receive script.
> >>>
> >>> rpurdie pushed a commit to branch master-next
> >>> in repository openembedded-core.
> >>>
> >>> commit dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e
> >>> Author: Ross Burton <ross.burton@intel.com>
> >>> AuthorDate: Tue Oct 31 21:10:13 2017 +0000
> >>>
> >>>     db: don't provide virtual/db
> >>>
> >>>     As there are no alternative providers for virtual/db remove the
> >>> PROVIDES and
> >>>     recipes can just depend on db.
> >>>
> >>>     Signed-off-by: Ross Burton <ross.burton@intel.com>
> >>> ---
> >>>  meta/recipes-support/db/db_5.3.28.bb | 10 ----------
> >>>  1 file changed, 10 deletions(-)
> >>>
> >>> diff --git a/meta/recipes-support/db/db_5.3.28.bb
> >>> b/meta/recipes-support/db/db_5.3.28.bb
> >>> index fb4befb..fe71967 100644
> >>> --- a/meta/recipes-support/db/db_5.3.28.bb
> >>> +++ b/meta/recipes-support/db/db_5.3.28.bb
> >>> @@ -12,7 +12,6 @@ SECTION = "libs"
> >>>  SUMMARY = "Berkeley Database v5"
> >>>  HOMEPAGE = "http://www.oracle.com/technetwork/database/database-
> technol
> >>> ogies/berkeleydb/overview/index.html"
> >>>  LICENSE = "Sleepycat"
> >>> -VIRTUAL_NAME ?= "virtual/db"
> >>>  RCONFLICTS_${PN} = "db3"
> >>>
> >>>  PR = "r1"
> >>> @@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e314
> >>> 37f4f87cdd4ab2b8613955"
> >>>
> >>>  inherit autotools
> >>>
> >>> -# Put virtual/db in any appropriate provider of a
> >>> -# relational database, use it as a dependency in
> >>> -# place of a specific db and use:
> >>> -#
> >>> -# PREFERRED_PROVIDER_virtual/db
> >>> -#
> >>> -# to select the correct db in the build (distro) .conf
> >>> -PROVIDES += "${VIRTUAL_NAME}"
> >>> -
> >>>  # The executables go in a separate package - typically there
> >>>  # is no need to install these unless doing real database
> >>>  # management on the system.
> >>>
> >>> --
> >>> To stop receiving notification emails like this one, please contact
> >>> the administrator of this repository.
> >>> --
> >>> _______________________________________________
> >>> Openembedded-commits mailing list
> >>> Openembedded-commits@lists.openembedded.org
> >>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> >>>
> >>
> >>
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db
  2017-11-11 22:45   ` [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db Martin Jansa
  2017-11-12 11:48     ` Martin Jansa
@ 2017-11-16  2:25     ` akuster808
  1 sibling, 0 replies; 5+ messages in thread
From: akuster808 @ 2017-11-16  2:25 UTC (permalink / raw)
  To: Martin Jansa, openembedded-devel, Ross Burton; +Cc: openembedded-commits



On 11/11/2017 02:45 PM, Martin Jansa wrote:
> Hi,
>
> will you please send fix for:
> ERROR: Nothing PROVIDES 'virtual/db' (but
> meta-oe/meta-networking/recipes-daemons/postfix/postfix_3.2.2.bb
> meta-oe/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> DEPENDS on or otherwise requires it).

there are two commits pending
https://patchwork.openembedded.org/patch/145728/
https://patchwork.openembedded.org/patch/145729/

which I will take now.

- armin
>
> Thanks
>
> On Fri, Nov 10, 2017 at 3:45 PM, <git@git.openembedded.org> wrote:
>
>> This is an automated email from the git hooks/post-receive script.
>>
>> rpurdie pushed a commit to branch master-next
>> in repository openembedded-core.
>>
>> commit dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e
>> Author: Ross Burton <ross.burton@intel.com>
>> AuthorDate: Tue Oct 31 21:10:13 2017 +0000
>>
>>     db: don't provide virtual/db
>>
>>     As there are no alternative providers for virtual/db remove the
>> PROVIDES and
>>     recipes can just depend on db.
>>
>>     Signed-off-by: Ross Burton <ross.burton@intel.com>
>> ---
>>  meta/recipes-support/db/db_5.3.28.bb | 10 ----------
>>  1 file changed, 10 deletions(-)
>>
>> diff --git a/meta/recipes-support/db/db_5.3.28.bb
>> b/meta/recipes-support/db/db_5.3.28.bb
>> index fb4befb..fe71967 100644
>> --- a/meta/recipes-support/db/db_5.3.28.bb
>> +++ b/meta/recipes-support/db/db_5.3.28.bb
>> @@ -12,7 +12,6 @@ SECTION = "libs"
>>  SUMMARY = "Berkeley Database v5"
>>  HOMEPAGE = "http://www.oracle.com/technetwork/database/database-
>> technologies/berkeleydb/overview/index.html"
>>  LICENSE = "Sleepycat"
>> -VIRTUAL_NAME ?= "virtual/db"
>>  RCONFLICTS_${PN} = "db3"
>>
>>  PR = "r1"
>> @@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=
>> ed1158e31437f4f87cdd4ab2b8613955"
>>
>>  inherit autotools
>>
>> -# Put virtual/db in any appropriate provider of a
>> -# relational database, use it as a dependency in
>> -# place of a specific db and use:
>> -#
>> -# PREFERRED_PROVIDER_virtual/db
>> -#
>> -# to select the correct db in the build (distro) .conf
>> -PROVIDES += "${VIRTUAL_NAME}"
>> -
>>  # The executables go in a separate package - typically there
>>  # is no need to install these unless doing real database
>>  # management on the system.
>>
>> --
>> To stop receiving notification emails like this one, please contact
>> the administrator of this repository.
>> --
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-16  2:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <151032511199.27841.6992651845996774565@git.openembedded.org>
     [not found] ` <20171110144512.3538E233675@git.openembedded.org>
2017-11-11 22:45   ` [oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db Martin Jansa
2017-11-12 11:48     ` Martin Jansa
2017-11-12 17:22       ` Khem Raj
2017-11-13 10:45         ` Burton, Ross
2017-11-16  2:25     ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.