diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-01-26 17:42:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:42:17 +0000 |
commit | d4efcded26706f50f8ca98d76df2b349ed1f1792 (patch) | |
tree | 10750696b5e3e2a9df1f31aba652ffff42b5e6bf /meta/recipes-gnome/gtk-doc | |
parent | df3734551fdf1f3f0909a83b74c4feb4c483f7d1 (diff) | |
download | poky-d4efcded26706f50f8ca98d76df2b349ed1f1792.tar.gz |
nativesdk-packagegroup-sdk-host: replace smartpm with dnf
(From OE-Core rev: 45b97161915ce7872ef7161451a5c83507072a72)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk-doc')
-rw-r--r-- | meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb index 6af996e359..7de36ae9e5 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | |||
@@ -29,7 +29,7 @@ SRC_URI_append_class-native = " file://pkg-config-native.patch" | |||
29 | SRC_URI[archive.md5sum] = "0dc6570953112a464a409fb99258ccbc" | 29 | SRC_URI[archive.md5sum] = "0dc6570953112a464a409fb99258ccbc" |
30 | SRC_URI[archive.sha256sum] = "1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42" | 30 | SRC_URI[archive.sha256sum] = "1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | 33 | ||
34 | # Do not check for XML catalogs when building because that | 34 | # Do not check for XML catalogs when building because that |
35 | # information is not used for anything during build. Recipe | 35 | # information is not used for anything during build. Recipe |