mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
gnome-doc-utils: ensure a native variant exists for document generation
gnome-doc-utils-native must be available to do the build time generation of documentation however most gnome projects will do a pkgconfig check for the host version of gnome-doc-utils. This patch adds gnome-doc-utils-native and makes gnome-doc-utils depend on it so that recipe writers can just add gnome-doc-utils to their DEPENDS and the system will do the right thing. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
3b5461535f
commit
a09fbe3c68
@@ -0,0 +1,7 @@
|
|||||||
|
require gnome-doc-utils_${PV}.bb
|
||||||
|
|
||||||
|
inherit native
|
||||||
|
|
||||||
|
DEPENDS = "libxml2-native libxslt-native"
|
||||||
|
|
||||||
|
PR = "r0"
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
LICENSE = "GPL LGPL"
|
LICENSE = "GPL LGPL"
|
||||||
DEPENDS = "libxml2 libxslt libxslt-native"
|
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
|
||||||
|
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
inherit gnome
|
inherit gnome
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user