From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: [PATCH] libx11-trim/diet: Add RPROVIDES for libx11-dev
Date: Thu, 01 Mar 2012 11:55:16 +0000 [thread overview]
Message-ID: <1330602916.31767.3.camel@ted> (raw)
In-Reply-To: <C2C41049-7169-4851-B07A-9CDDD5A5ED45@dominion.thruhere.net>
We have things that depend on libx11-dev, this patch ensures the -trim
and -diet versions provide it. This resolves some multiple providers
warnings.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
Koen/Saul: This is how I think we should be fixing the libx11 issues...
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb
index 6106986..4bab148 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb
@@ -14,6 +14,7 @@ SRC_URI += "file://x11_disable_makekeys.patch \
file://fix-utf8-wrong-define.patch \
"
+RPROVIDES_${PN}-dev = "libx11-dev"
SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9"
SRC_URI[sha256sum] = "7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d"
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb
index 3fd5d82..b2c753d 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb
@@ -5,7 +5,7 @@ DESCRIPTION += " Support for XCMS is disabled in this version."
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
-PR = "r0"
+PR = "r1"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
@@ -13,6 +13,7 @@ SRC_URI += "file://x11_disable_makekeys.patch \
file://keysymdef_include.patch \
file://makekeys_crosscompile.patch"
+RPROVIDES_${PN}-dev = "libx11-dev"
SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9"
SRC_URI[sha256sum] = "7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d"
next prev parent reply other threads:[~2012-03-01 12:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 7:46 [PATCH 0/4] Create vmdk image creation class Saul Wold
2012-03-01 7:46 ` [PATCH 1/4] self-hosted: Fix multiple libx11 error Saul Wold
2012-03-01 8:14 ` Koen Kooi
2012-03-01 11:55 ` Richard Purdie [this message]
2012-03-01 12:02 ` [PATCH] libx11-trim/diet: Add RPROVIDES for libx11-dev Martin Jansa
2012-03-01 12:11 ` Koen Kooi
2012-03-01 12:50 ` Richard Purdie
2012-03-01 13:01 ` Koen Kooi
2012-03-01 7:46 ` [PATCH 2/4] image-live: Allow LABELS to be modified Saul Wold
2012-03-01 7:46 ` [PATCH 3/4] image-vmdk: Create image_vmdk class and setup image and image_types to use it Saul Wold
2012-03-01 7:46 ` [PATCH 4/4] self-hosted-image: Create a VMDK image with correct SYSLINUX_* settings Saul Wold
2012-03-01 8:15 ` Koen Kooi
2012-03-01 8:34 ` Richard Purdie
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=1330602916.31767.3.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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.