mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
openbox: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
committed by
Khem Raj
parent
42ef007b4f
commit
e3ee8a6b1f
@@ -14,6 +14,9 @@ SRC_URI = " \
|
|||||||
SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204"
|
SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204"
|
||||||
SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7"
|
SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://github.com/Mikachu/openbox/tags"
|
||||||
|
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
inherit autotools gettext update-alternatives pkgconfig features_check
|
inherit autotools gettext update-alternatives pkgconfig features_check
|
||||||
# depends on virtual/libx11
|
# depends on virtual/libx11
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|||||||
Reference in New Issue
Block a user