Skip to content

Commit

Permalink
package/libcec: bump version to 4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  • Loading branch information
bkuhls authored and tpetazzoni committed Feb 4, 2017
1 parent 0064b2f commit bf1c982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/libcec/libcec.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Locally computed
sha256 0f29d5a2d155b507807ba896bc3b3e50a0ab56bf8f543a2bf5c2798c790292b5 libcec-2c675dac48387c48c7f43c5d2547ef0c4ef5c7dd.tar.gz
sha256 b8b8dd31f3ebdd5472f03ab7d401600ea0d959b1288b9ca24bf457ef60e2ba27 libcec-4.0.2.tar.gz
4 changes: 2 additions & 2 deletions package/libcec/libcec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

LIBCEC_VERSION = 2c675dac48387c48c7f43c5d2547ef0c4ef5c7dd
LIBCEC_SITE = $(call github,Pulse-Eight,libcec,$(LIBCEC_VERSION))
LIBCEC_VERSION = 4.0.2
LIBCEC_SITE = $(call github,Pulse-Eight,libcec,libcec-$(LIBCEC_VERSION))
LIBCEC_LICENSE = GPLv2+
LIBCEC_LICENSE_FILES = COPYING

Expand Down

3 comments on commit bf1c982

@RiZom-91
Copy link

@RiZom-91 RiZom-91 commented on bf1c982 Mar 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edit: Reverting this commit fixed the issue, so it does break kodi-cec I guess.

Hi all,

I tried to build the current master branch with kodi/kodi-cec but it failed because of LibCEC lib issues. Would it be possible that this commit broke the kodi package ? It was working fine with the 2016.11.2 buildroot sources.

@tpetazzoni
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please report bugs/issues on the Buildroot bug tracker or mailing list. This Github repository is only a mirror, we do not use Github for our day-to-day development process.

@RiZom-91
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups sorry. Here is a link to this issue report on the buildroot bugtracker.
https://bugs.busybox.net/show_bug.cgi?id=9711

Please sign in to comment.