mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
util-macros: Fix -dev and -dbg dependencies (since the main package is empty)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3436 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
require xorg-util-common.inc
|
require xorg-util-common.inc
|
||||||
|
|
||||||
DESCRIPTION = "X autotools macros"
|
DESCRIPTION = "X autotools macros"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
|
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
|
||||||
|
|
||||||
|
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
||||||
|
RDEPENDS_${PN}-dev = ""
|
||||||
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
|
||||||
|
|||||||
Reference in New Issue
Block a user