diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-13 18:15:22 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-13 22:49:12 -0800 |
| commit | dc0799d0f1d3e92427724e38968b016b73c4f056 (patch) | |
| tree | a2baf90ea7532cc5d8e7b602f320f12e8e4fd94e | |
| parent | 95e5244055f579ba362fbb1e5c8844628e512eb2 (diff) | |
| download | meta-openembedded-dc0799d0f1d3e92427724e38968b016b73c4f056.tar.gz | |
yelp: Use autotools for build system
OE-core switched the defaults for gnome recipes to meson but this
package is not yet migrated to meson.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb index 51d51ee0ab..1b3ded0211 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only" | |||
| 3 | LIC_FILES_CHKSUM = " \ | 3 | LIC_FILES_CHKSUM = " \ |
| 4 | file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ | 4 | file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \ |
| 5 | " | 5 | " |
| 6 | 6 | GNOMEBASEBUILDCLASS = "autotools" | |
| 7 | inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg | 7 | inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg |
| 8 | 8 | ||
| 9 | # for webkitgtk | 9 | # for webkitgtk |
