diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-proto/xorg-proto-common.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/xorg-proto-common.inc b/meta/packages/xorg-proto/xorg-proto-common.inc index 248bbc7e11..c496953286 100644 --- a/meta/packages/xorg-proto/xorg-proto-common.inc +++ b/meta/packages/xorg-proto/xorg-proto-common.inc | |||
@@ -11,6 +11,10 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" | |||
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | ||
15 | RDEPENDS_${PN}-dev = "" | ||
16 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PE}:${PV}-${PR})" | ||
17 | |||
14 | do_stage() { | 18 | do_stage() { |
15 | autotools_stage_all | 19 | autotools_stage_all |
16 | } | 20 | } |