diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-17 14:09:48 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:11 +0000 |
commit | a09fbe3c680b67ea55d218cf3f469f2798cd4037 (patch) | |
tree | 4b8cce1d5d6ada64552032fc07217d9ea31c5491 /meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb | |
parent | 3b5461535f714af16159a081ba5c7556c9c15b3c (diff) | |
download | poky-a09fbe3c680b67ea55d218cf3f469f2798cd4037.tar.gz |
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>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb b/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb new file mode 100644 index 0000000000..30d5a5b5b1 --- /dev/null +++ b/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require gnome-doc-utils_${PV}.bb | ||
2 | |||
3 | inherit native | ||
4 | |||
5 | DEPENDS = "libxml2-native libxslt-native" | ||
6 | |||
7 | PR = "r0" | ||