diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-01-20 17:58:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-25 12:44:13 +0000 |
commit | 6df607bfd330111bf86e34e2fe9f16984267844d (patch) | |
tree | ed0113b0835957a2edaa7edbc8e83cc10ab43bd7 /meta/recipes-bsp/acpid/acpid.inc | |
parent | 7a52f67e59c023e6397e124d972ac8c34627f9af (diff) | |
download | poky-6df607bfd330111bf86e34e2fe9f16984267844d.tar.gz |
acpid: upgrade to 2.0.26
2.0.25 -> 2.0.26
a) Fixed an out of tree build error with musl
b) Updated HOMEPAGE and BUGTRACKER info
(From OE-Core rev: 9590dd6c89d6d99419cc0f0619ac4fe854150c9b)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/acpid/acpid.inc')
-rw-r--r-- | meta/recipes-bsp/acpid/acpid.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index e0156192a0..12ec19bbb0 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A daemon for delivering ACPI events" | 1 | SUMMARY = "A daemon for delivering ACPI events" |
2 | HOMEPAGE = "http://sourceforge.net/projects/acpid/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/acpid2" |
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" | 3 | BUGTRACKER = "http://sourceforge.net/p/acpid2/tickets/?source=navbar" |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | 6 | ||