All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error.
  2020-05-19 10:01 [OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error zhengruoqin
@ 2020-05-19  1:07 ` Martin Jansa
  2020-05-19  1:27   ` zhengruoqin
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2020-05-19  1:07 UTC (permalink / raw)
  To: zhengruoqin; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

Set RDEPENDS_${PN}-dev to empty instead of installing useless empty
packages.

On Tue, May 19, 2020 at 3:02 AM zhengruoqin <zhengrq.fnst@cn.fujitsu.com>
wrote:

> Error:
>  Problem: conflicting requests
>   - nothing provides make-mod-scripts = 1.0-r0 needed by
> make-mod-scripts-dev-1.0-r0
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
> b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
> index 460e05a445..e6719af15a 100644
> --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
> +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
> @@ -25,3 +25,4 @@ do_configure() {
>                    -C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR}
> scripts prepare
>
>  }
> +ALLOW_EMPTY_${PN} = "1"
> --
> 2.17.1
>
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1816 bytes --]

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

* Re: [OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error.
  2020-05-19  1:07 ` Martin Jansa
@ 2020-05-19  1:27   ` zhengruoqin
  0 siblings, 0 replies; 3+ messages in thread
From: zhengruoqin @ 2020-05-19  1:27 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer

Hi
I got it. And I will send the v2 patch soon.

--------------------------------------------------
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : mailto:zhengrq.fnst@cn.fujistu.com


From: Martin Jansa <martin.jansa@gmail.com> 
Sent: Tuesday, May 19, 2020 9:07 AM
To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@cn.fujitsu.com>
Cc: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error.

Set RDEPENDS_${PN}-dev to empty instead of installing useless empty packages.

On Tue, May 19, 2020 at 3:02 AM zhengruoqin <mailto:zhengrq.fnst@cn.fujitsu.com> wrote:
Error:
 Problem: conflicting requests
  - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0

Signed-off-by: Zheng Ruoqin <mailto:zhengrq.fnst@cn.fujitsu.com>
---
 meta/recipes-kernel/make-mod-scripts/http://make-mod-scripts_1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/make-mod-scripts/http://make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/http://make-mod-scripts_1.0.bb
index 460e05a445..e6719af15a 100644
--- a/meta/recipes-kernel/make-mod-scripts/http://make-mod-scripts_1.0.bb
+++ b/meta/recipes-kernel/make-mod-scripts/http://make-mod-scripts_1.0.bb
@@ -25,3 +25,4 @@ do_configure() {
                   -C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR} scripts prepare

 }
+ALLOW_EMPTY_${PN} = "1"
-- 
2.17.1







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

* [OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error.
@ 2020-05-19 10:01 zhengruoqin
  2020-05-19  1:07 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: zhengruoqin @ 2020-05-19 10:01 UTC (permalink / raw)
  To: openembedded-core

Error:
 Problem: conflicting requests
  - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
index 460e05a445..e6719af15a 100644
--- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
+++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
@@ -25,3 +25,4 @@ do_configure() {
 	           -C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR} scripts prepare
 
 }
+ALLOW_EMPTY_${PN} = "1"
-- 
2.17.1




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

end of thread, other threads:[~2020-05-19  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 10:01 [OE-core][PATCH] make-mod-scripts: Added ALLOW_EMPTY to fix dependence error zhengruoqin
2020-05-19  1:07 ` Martin Jansa
2020-05-19  1:27   ` zhengruoqin

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.