From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 12/12] xproxymanagementprotocol: drop PROVIDES xproxymngproto and update other recipes DEPENDS
Date: Tue, 11 Jan 2011 16:56:29 +0100 [thread overview]
Message-ID: <1294761389-13634-12-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1294761389-13634-1-git-send-email-Martin.Jansa@gmail.com>
* now xproxymanagementprotocol-sdk also provided xproxymngproto which is wrong
* other option would be to add PROVIDES_virtclass-sdk = xproxymngproto-sdk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes/obsolete/xorg-app/proxymngr_1.0.1.bb | 2 +-
recipes/obsolete/xorg-app/xrx_1.0.3.bb | 2 +-
recipes/xorg-app/lbxproxy_1.0.2.bb | 2 +-
recipes/xorg-app/proxymngr_1.0.2.bb | 2 +-
recipes/xorg-app/xrx_1.0.4.bb | 2 +-
.../xorg-proto/xproxymanagementprotocol_1.0.3.bb | 1 -
6 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/recipes/obsolete/xorg-app/proxymngr_1.0.1.bb b/recipes/obsolete/xorg-app/proxymngr_1.0.1.bb
index a7cea51..df77a59 100644
--- a/recipes/obsolete/xorg-app/proxymngr_1.0.1.bb
+++ b/recipes/obsolete/xorg-app/proxymngr_1.0.1.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/obsolete/xorg-app/xrx_1.0.3.bb b/recipes/obsolete/xorg-app/xrx_1.0.3.bb
index a412479..0e16f12 100644
--- a/recipes/obsolete/xorg-app/xrx_1.0.3.bb
+++ b/recipes/obsolete/xorg-app/xrx_1.0.3.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"
diff --git a/recipes/xorg-app/lbxproxy_1.0.2.bb b/recipes/xorg-app/lbxproxy_1.0.2.bb
index 428cb58..359c7fc 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 71643ba..41b09c8 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 8bc67f7..7df5119 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"
diff --git a/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb b/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb
index d5bcd6d..095f133 100644
--- a/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb
+++ b/recipes/xorg-proto/xproxymanagementprotocol_1.0.3.bb
@@ -1,5 +1,4 @@
require xorg-proto-common.inc
-PROVIDES = "xproxymngproto"
PE = "1"
PR = "${INC_PR}.0"
--
1.7.4.rc1
next prev parent reply other threads:[~2011-01-11 15:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 15:56 [PATCH 01/12] xorg-data: obsolete old versions Martin Jansa
2011-01-11 15:56 ` [PATCH 02/12] xorg-font: " Martin Jansa
2011-01-11 15:56 ` [PATCH 03/12] xorg-doc: " Martin Jansa
2011-01-11 15:56 ` [PATCH 04/12] xorg-proto: " Martin Jansa
2011-01-11 15:56 ` [PATCH 05/12] xorg-driver: " Martin Jansa
2011-01-11 15:56 ` [PATCH 06/12] xorg-util: " Martin Jansa
2011-01-11 15:56 ` [PATCH 07/12] xorg-xserver: " Martin Jansa
2011-01-11 15:56 ` [PATCH 08/12] xorg-lib: " Martin Jansa
2011-01-11 15:56 ` [PATCH 09/12] xorg-app: " Martin Jansa
2011-01-11 15:56 ` [PATCH 10/12] removal: announce old xorg recipes removal Martin Jansa
2011-01-11 15:56 ` [PATCH 11/12] xorg: new versions 2011-01-11 Martin Jansa
2011-01-11 15:56 ` Martin Jansa [this message]
2011-01-12 6:17 ` [PATCH 01/12] xorg-data: obsolete old versions Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294761389-13634-12-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.