summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-26 09:50:39 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-26 09:50:39 +0000
commit297f268eb9cc38b957542bd8b1d54b3a533ad056 (patch)
tree7a6bb14e4e3449230879f17d2d20a28056527d8e /meta/packages/xcb
parent5529d5ebb13d2216951181c35a22592dfee3d6ff (diff)
downloadopenembedded-core-297f268eb9cc38b957542bd8b1d54b3a533ad056.tar.gz
libpthread-stubs: Fix -dev and -dbg dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5291 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r--meta/packages/xcb/libpthread-stubs_0.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xcb/libpthread-stubs_0.1.bb b/meta/packages/xcb/libpthread-stubs_0.1.bb
index 9614a74a68..211170a902 100644
--- a/meta/packages/xcb/libpthread-stubs_0.1.bb
+++ b/meta/packages/xcb/libpthread-stubs_0.1.bb
@@ -3,6 +3,7 @@ not provided in libc or otherwise available by default."
SECTION = "x11/libs"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
+PR = "r1"
PARALLEL_MAKE = ""
#DEPENDS = "xcb-proto xproto libxau libxslt-native"
@@ -15,3 +16,6 @@ inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
+
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"