aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-11 16:51:03 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-13 08:27:38 +0100
commitc0d6b28a32267914010b566520cde9429ba3c19c (patch)
treebd20606e82215941df60b2683bc9af9cd6fea735 /recipes/xorg-app
parentd90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3 (diff)
downloadopenembedded-c0d6b28a32267914010b566520cde9429ba3c19c.tar.gz
xproxymanagementprotocol: drop PROVIDES xproxymngproto and update other recipes DEPENDS
* now xproxymanagementprotocol-sdk also provided xproxymngproto which is wrong * other option would be to add PROVIDES_virtclass-sdk = xproxymngproto-sdk Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/lbxproxy_1.0.2.bb2
-rw-r--r--recipes/xorg-app/proxymngr_1.0.2.bb2
-rw-r--r--recipes/xorg-app/xrx_1.0.4.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-app/lbxproxy_1.0.2.bb b/recipes/xorg-app/lbxproxy_1.0.2.bb
index 428cb5888a..359c7fc855 100644
--- a/recipes/xorg-app/lbxproxy_1.0.2.bb
+++ b/recipes/xorg-app/lbxproxy_1.0.2.bb
@@ -1,7 +1,7 @@
require xorg-app-common.inc
DESCRIPTION = "Applications that would like to take advantage of the Low Bandwidth \
extension to X (LBX) must make their connections to an lbxproxy."
-DEPENDS += " xtrans libxext liblbxutil libice xproxymngproto bigreqsproto zlib"
+DEPENDS += " xtrans libxext liblbxutil libice xproxymanagementprotocol bigreqsproto zlib"
PE = "1"
PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/proxymngr_1.0.2.bb b/recipes/xorg-app/proxymngr_1.0.2.bb
index 71643bac9b..41b09c8571 100644
--- a/recipes/xorg-app/proxymngr_1.0.2.bb
+++ b/recipes/xorg-app/proxymngr_1.0.2.bb
@@ -1,5 +1,5 @@
require xorg-app-common.inc
-DEPENDS += " libice libxt xproxymngproto"
+DEPENDS += " libice libxt xproxymanagementprotocol"
PE = "1"
PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/xrx_1.0.4.bb b/recipes/xorg-app/xrx_1.0.4.bb
index 8bc67f779e..7df51199e9 100644
--- a/recipes/xorg-app/xrx_1.0.4.bb
+++ b/recipes/xorg-app/xrx_1.0.4.bb
@@ -1,5 +1,5 @@
require xorg-app-common.inc
-DEPENDS += " libxaw libxt libxext xtrans xproxymngproto libxau"
+DEPENDS += " libxaw libxt libxext xtrans xproxymanagementprotocol libxau"
PE = "1"
PR = "${INC_PR}.0"