diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 13:56:56 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:24 +0000 |
commit | 4fd6d32578a5cfd648adbf903ecc43dd7504f1b2 (patch) | |
tree | 8936a9c808f10baae3b03fbd981b58838cc0c39a /meta/recipes-bsp/acpid | |
parent | 3e597cdd7136f6f4400fca7010514a9455720604 (diff) | |
download | poky-4fd6d32578a5cfd648adbf903ecc43dd7504f1b2.tar.gz |
acpid: update to 1.0.10
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-bsp/acpid')
-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" | ||