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 | poky-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
-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." | |||
3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT-X" |
5 | HOMEPAGE = "http://xcb.freedesktop.org" | 5 | HOMEPAGE = "http://xcb.freedesktop.org" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | PARALLEL_MAKE = "" | 8 | PARALLEL_MAKE = "" |
8 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" | 9 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" |
@@ -15,3 +16,6 @@ inherit autotools pkgconfig | |||
15 | do_stage() { | 16 | do_stage() { |
16 | autotools_stage_all | 17 | autotools_stage_all |
17 | } | 18 | } |
19 | |||
20 | RDEPENDS_${PN}-dev = "" | ||
21 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" | ||