mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libpthread-stubs: Fix -dev and -dbg dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5291 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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})"
|
||||
|
||||
Reference in New Issue
Block a user