From: Khem Raj Date: Wed, 11 Sep 2019 01:42:20 +0000 (-0700) Subject: cogl: Do not depend PN-dev on empty PN X-Git-Tag: uninative-2.7~162 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=70cb0c87a9e1d1001320d771fb84b5d8541591a3;p=openembedded-core.git cogl: Do not depend PN-dev on empty PN Fixes image build error e.g. - nothing provides cogl-1.0 = 1.22.4-r0.2 needed by cogl-1.0-dev-1.22.4-r0.2.core2-64 Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 3e392fa5ec..4038afbc11 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc @@ -75,4 +75,6 @@ RPROVIDES_libcogl = "cogl-1.0" RCONFLICTS_libcogl = "cogl-1.0" RREPLACES_libcogl = "cogl-1.0" +RDEPENDS_${PN}-dev = "libcogl" + COMPATIBLE_HOST_armv4 = 'null'