diff options
| -rw-r--r-- | meta/recipes-bsp/acpid/acpid.inc | 7 | ||||
| -rw-r--r-- | meta/recipes-bsp/acpid/acpid_1.0.10.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-bsp/acpid/acpid_1.0.6.bb | 3 |
3 files changed, 11 insertions, 5 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 | ||
diff --git a/meta/recipes-bsp/acpid/acpid_1.0.10.bb b/meta/recipes-bsp/acpid/acpid_1.0.10.bb new file mode 100644 index 0000000000..ab4b582e25 --- /dev/null +++ b/meta/recipes-bsp/acpid/acpid_1.0.10.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | require acpid.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | ||
| 4 | file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5" | ||
| 5 | |||
| 6 | PR = "r0" | ||
diff --git a/meta/recipes-bsp/acpid/acpid_1.0.6.bb b/meta/recipes-bsp/acpid/acpid_1.0.6.bb deleted file mode 100644 index a95cb54076..0000000000 --- a/meta/recipes-bsp/acpid/acpid_1.0.6.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require acpid.inc | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
| 3 | PR = "r5" | ||
