diff options
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb | 7 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 |
2 files changed, 8 insertions, 3 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" | ||
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 00a64e2582..0cd8203ae1 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -1,7 +1,5 @@ | |||
1 | LICENSE = "GPL LGPL" | 1 | LICENSE = "GPL LGPL" |
2 | DEPENDS = "libxml2 libxslt libxslt-native" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" |
3 | |||
4 | PR = "r1" | ||
5 | 3 | ||
6 | inherit gnome | 4 | inherit gnome |
7 | 5 | ||