1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 03:20:47 +00:00

eee-acpi: power button support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5464 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2008-10-08 16:06:09 +00:00
parent 93cd99156a
commit 3dc1ade034
2 changed files with 22 additions and 1 deletions
@@ -3,12 +3,13 @@ DESCRIPTION = "eeePC specific ACPI scripts"
LICENSE="GPL"
PV = "0.0+git${SRCREV}"
PR = "r2"
PR = "r3"
RDEPENDS = "pm-utils"
SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \
file://remove-doc-check.patch;patch=1 \
file://powerbtn.patch;patch=1 \
file://policy-funcs "
S = "${WORKDIR}/git"