diff options
Diffstat (limited to 'meta/recipes-bsp/acpid/acpid.inc')
-rw-r--r-- | meta/recipes-bsp/acpid/acpid.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index 8ac523d19a..3c0219f83f 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
@@ -1,7 +1,10 @@ | |||
1 | SECTION = "base" | ||
2 | DESCRIPTION = "A daemon for delivering ACPI events." | 1 | DESCRIPTION = "A daemon for delivering ACPI events." |
3 | LICENSE="GPL" | 2 | HOMEPAGE = "http://sourceforge.net/projects/acpid/" |
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" | ||
4 | |||
5 | LICENSE="GPLv2+" | ||
4 | 6 | ||
7 | SECTION = "base" | ||
5 | SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ |
6 | file://init" | 9 | file://init" |
7 | 10 | ||