diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-11-20 21:31:49 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:51:37 -0800 |
| commit | 4c00e5fed9532fe6ee71ce96b0124fc234b44d4e (patch) | |
| tree | ec74c3e49a545e37a85befe3d7f970304af5516c /meta-oe/recipes-graphics/libforms | |
| parent | b77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (diff) | |
| download | meta-openembedded-4c00e5fed9532fe6ee71ce96b0124fc234b44d4e.tar.gz | |
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libforms')
| -rw-r--r-- | meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb index 5d33185900..999d53d4a9 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar. | |||
| 14 | SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b" | 14 | SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b" |
| 15 | SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61" | 15 | SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61" |
| 16 | 16 | ||
| 17 | inherit autotools distro_features_check | 17 | inherit autotools features_check |
| 18 | 18 | ||
| 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
| 20 | 20 | ||
