mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
xorg-util: add gettext to DEPENDS where required
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
require xorg-util-common.inc
|
require xorg-util-common.inc
|
||||||
|
|
||||||
DESCRIPTION = "X autotools macros"
|
DESCRIPTION = "X autotools macros"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
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
|
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
||||||
|
DEPENDS = "gettext"
|
||||||
RDEPENDS_${PN}-dev = ""
|
RDEPENDS_${PN}-dev = ""
|
||||||
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user