diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-26 09:50:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-26 09:50:39 +0000 |
commit | 297f268eb9cc38b957542bd8b1d54b3a533ad056 (patch) | |
tree | 7a6bb14e4e3449230879f17d2d20a28056527d8e | |
parent | 5529d5ebb13d2216951181c35a22592dfee3d6ff (diff) | |
download | openembedded-core-297f268eb9cc38b957542bd8b1d54b3a533ad056.tar.gz openembedded-core-297f268eb9cc38b957542bd8b1d54b3a533ad056.tar.bz2 openembedded-core-297f268eb9cc38b957542bd8b1d54b3a533ad056.zip |
libpthread-stubs: Fix -dev and -dbg dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5291 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/xcb/libpthread-stubs_0.1.bb | 4 |
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})" |