Update edid-decode and evtest packages to address Unsupported snapshot format issue with cgit
This commit is contained in:
parent
0a99aac889
commit
531e96001e
2 changed files with 7 additions and 7 deletions
|
@ -3,12 +3,12 @@
|
|||
|
||||
PKG_NAME="edid-decode"
|
||||
PKG_VERSION="15df4aebf06da579241c58949493b866139d0e2b"
|
||||
PKG_SHA256="58743c8ba768134ef1421e1ce9f4edf0eafdae29377fe5b8f4cb285f16dc142e"
|
||||
PKG_LICENSE="None"
|
||||
PKG_SITE="https://git.linuxtv.org/edid-decode.git/"
|
||||
PKG_URL="https://git.linuxtv.org/edid-decode.git/snapshot/$PKG_VERSION.tar.xz"
|
||||
PKG_URL="https://git.linuxtv.org/edid-decode.git"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="Decode EDID data in human-readable format"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_GIT_CLONE_BRANCH="master"
|
||||
|
||||
make_target() {
|
||||
echo "$CC $CFLAGS -Wall $LDFLAGS -lm -o edid-decode edid-decode.c"
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="evtest"
|
||||
PKG_VERSION="1.33"
|
||||
PKG_SHA256="5037d1162f4c407053cd97e85763ba03150a0c35f929ee9bf9a360abd32ef1c1"
|
||||
PKG_VERSION="ab140a2dab1547f7deb5233be6d94a388cf08b26"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://cgit.freedesktop.org/evtest/"
|
||||
PKG_URL="http://cgit.freedesktop.org/evtest/snapshot/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_URL="https://gitlab.freedesktop.org/libevdev/evtest.git"
|
||||
PKG_DEPENDS_TARGET="toolchain libxml2"
|
||||
PKG_LONGDESC="A simple tool for input event debugging."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_GIT_CLONE_BRANCH="master"
|
||||
|
||||
#makeinstall_target() {
|
||||
# : # nop
|
||||
|
|
Loading…
Reference in a new issue