]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpthread-stubs: Fix -dev and -dbg dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 26 Sep 2008 09:50:39 +0000 (09:50 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 26 Sep 2008 09:50:39 +0000 (09:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5291 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xcb/libpthread-stubs_0.1.bb

index 9614a74a689ece83312d095ad0a630f464c65ba1..211170a902d995bca8c44d006b3613c1e22bc2ae 100644 (file)
@@ -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})"