diff options
-rw-r--r-- | meta-oe/recipes-extended/icewm/icewm_1.5.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb b/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb index fe6de008f9..887a32d52f 100644 --- a/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb +++ b/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb | |||
@@ -8,6 +8,8 @@ SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV} | |||
8 | SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef" | 8 | SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef" |
9 | SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027" | 9 | SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" | ||
12 | |||
11 | inherit autotools pkgconfig gettext perlnative features_check qemu | 13 | inherit autotools pkgconfig gettext perlnative features_check qemu |
12 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
13 | 15 | ||