All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xorg-proto-common: allow the empty package
@ 2015-07-01  7:52 jackie.huang
  2015-07-02 19:39 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: jackie.huang @ 2015-07-01  7:52 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

Allow the ${PN} package to be created empty to avoid error like:
ERROR: bigreqsproto not found in the base feeds (intel_x86_64 core2-64
x86_64 noarch any all).

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta/recipes-graphics/xorg-proto/xorg-proto-common.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
index 7a417c9..3f43189 100644
--- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
+++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
@@ -22,5 +22,7 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
 
 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
+# and allow ${PN} to be created empty
+ALLOW_EMPTY_${PN} = "1"
 RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
-- 
1.9.1



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

end of thread, other threads:[~2015-07-03 10:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01  7:52 [PATCH] xorg-proto-common: allow the empty package jackie.huang
2015-07-02 19:39 ` Burton, Ross
2015-07-03  1:34   ` Huang, Jie (Jackie)
2015-07-03  9:04     ` Martin Jansa
2015-07-03  9:13       ` Burton, Ross
2015-07-03  9:34         ` Huang, Jie (Jackie)
2015-07-03  9:38           ` Burton, Ross
2015-07-03 10:16             ` Huang, Jie (Jackie)
2015-07-03 10:26               ` Burton, Ross
2015-07-03 10:34               ` Martin Jansa

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.