All of lore.kernel.org
 help / color / mirror / Atom feed
From: "zhengruoqin" <zhengrq.fnst@cn.fujitsu.com>
To: Martin Jansa <martin.jansa@gmail.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.
Date: Tue, 19 May 2020 01:27:36 +0000	[thread overview]
Message-ID: <151e01ed32554ef5a45e6809521b50e6@G08CNEXMBPEKD06.g08.fujitsu.local> (raw)
In-Reply-To: <CA+chaQcqsTi8h+-U5Jw0f9y5L5abjaz5tJqG7dQVPRAJH2dzFg@mail.gmail.com>

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







      reply	other threads:[~2020-05-19  1:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=151e01ed32554ef5a45e6809521b50e6@G08CNEXMBPEKD06.g08.fujitsu.local \
    --to=zhengrq.fnst@cn.fujitsu.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.