From: Yue Tao <yue....@windriver.com>

When adding package randrproto to an image with
IMAGE_INSTALL_append = " randrproto", an error occurs:

$ bitbake core-image-sato
[snip]
ERROR: randrproto not found in the base feeds (qemux86 i586 x86 noarch any all).
[snip]

Set ALLOW_EMPTY to avoid this issue.

Signed-off-by: Yue Tao <yue....@windriver.com>
Signed-off-by: Yi Zhao <yi.z...@windriver.com>
---
 meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb 
b/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb
index b59e525..22c7f81 100644
--- a/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb
+++ b/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb
@@ -17,3 +17,5 @@ BBCLASSEXTEND = "native nativesdk"
 
 SRC_URI[md5sum] = "a46765c8dcacb7114c821baf0df1e797"
 SRC_URI[sha256sum] = 
"4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468"
+
+ALLOW_EMPTY_${PN} = "1"
-- 
2.7.4

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to