[oe-commits] [meta-openembedded] 11/33: xpext-dev: Remove RDEPEND on empty xpext package.

git at git.openembedded.org git at git.openembedded.org
Sun Sep 11 07:29:16 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit a1c95447ab71dfd44bc183be4fd958dc24f526a4
Author: Drew Moseley <drew_moseley at mentor.com>
AuthorDate: Tue Sep 6 21:37:58 2016 -0400

    xpext-dev: Remove RDEPEND on empty xpext package.
    
    If xpext is included in a build (ie via dependency on mpv) then
    builds of core-image-sato-sdk will fail with errors such as below.
    
         warning: Can't install mpv-dev-0.15.0-r0 at i586: Can't install xpext-dev-1.0+5-r0 at i586: no package provides xpext = 1.0+5-r0
    
    Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
index d65546d..526659e 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
+++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
@@ -13,5 +13,8 @@ inherit autotools pkgconfig distro_features_check
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
+# Remove runtime dependency on empty package ${PN}
+RDEPENDS_${PN}-dev = ""
+
 SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"
 SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list