aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/xpext
diff options
context:
space:
mode:
authorDrew Moseley <drew_moseley@mentor.com>2016-09-06 21:37:58 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-15 10:22:45 +0200
commit35ee0a0493ce5b969392ee4c79f60126be646d68 (patch)
tree4b9bb19aeac717886d2155ec941f679b17bbd767 /meta-oe/recipes-multimedia/xpext
parent5b4a5572650e8a20c4a5c956d1874813f81c2d1b (diff)
downloadmeta-openembedded-35ee0a0493ce5b969392ee4c79f60126be646d68.tar.gz
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@i586: Can't install xpext-dev-1.0+5-r0@i586: no package provides xpext = 1.0+5-r0 Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/xpext')
-rw-r--r--meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb3
1 files changed, 3 insertions, 0 deletions
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 d65546d0b9..526659e451 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"