1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

util-macros: Clean up and add sdk varient

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3504 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-17 10:44:26 +00:00
parent 529bf51abf
commit 6b21b82e74
3 changed files with 5 additions and 6 deletions
@@ -1,9 +1,3 @@
require util-macros_${PV}.bb
inherit native
PR = "r1"
XORG_PN = "util-macros"
S = "${WORKDIR}/util-macros-1.1.5"
@@ -0,0 +1,3 @@
require util-macros_${PV}.bb
inherit sdk
@@ -6,6 +6,8 @@ PE = "1"
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
XORG_PN = "util-macros"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"