diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-11-11 14:49:21 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-11 09:26:41 -0800 |
| commit | 84f88138586a64da397e0d940f39e039823b0306 (patch) | |
| tree | 9ce6a1b58e06b68b9bf6b8e512f4063379454d36 /meta-gnome/recipes-gnome/yelp | |
| parent | 105be9b3d92a4b863527418d9f20ce268d952282 (diff) | |
| download | meta-openembedded-84f88138586a64da397e0d940f39e039823b0306.tar.gz | |
drop GNOMEBASEBUILDCLASS = "meson"
It is set to meson by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp')
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb index 28ba392884..f3e1efeaa1 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb | |||
| @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = " \ | |||
| 5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | GNOMEBASEBUILDCLASS = "meson" | ||
| 9 | |||
| 10 | inherit gnomebase itstool | 8 | inherit gnomebase itstool |
| 11 | 9 | ||
| 12 | DEPENDS += " \ | 10 | DEPENDS += " \ |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb index ba2536443f..5a8089e013 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb | |||
| @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 9 | inherit gnomebase gettext itstool | 10 | inherit gnomebase gettext itstool |
| 10 | 11 | ||
| 11 | DEPENDS += "libxml2" | 12 | DEPENDS += "libxml2" |
