diff options
| author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 16:06:09 +0000 |
|---|---|---|
| committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 16:06:09 +0000 |
| commit | 3dc1ade034ee427f87a8b6691ed3492e2a2f72e4 (patch) | |
| tree | 75536b4c45094e011c3daf2bee9fcda618102a53 /meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb | |
| parent | 93cd99156acebc734f0ffc55c6120d595f5ff210 (diff) | |
| download | poky-3dc1ade034ee427f87a8b6691ed3492e2a2f72e4.tar.gz | |
eee-acpi: power button support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5464 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb')
| -rw-r--r-- | meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb b/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb index 380b3ebb9d..4c26504bd3 100644 --- a/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb +++ b/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb | |||
| @@ -3,12 +3,13 @@ DESCRIPTION = "eeePC specific ACPI scripts" | |||
| 3 | LICENSE="GPL" | 3 | LICENSE="GPL" |
| 4 | 4 | ||
| 5 | PV = "0.0+git${SRCREV}" | 5 | PV = "0.0+git${SRCREV}" |
| 6 | PR = "r2" | 6 | PR = "r3" |
| 7 | 7 | ||
| 8 | RDEPENDS = "pm-utils" | 8 | RDEPENDS = "pm-utils" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \ | 10 | SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \ |
| 11 | file://remove-doc-check.patch;patch=1 \ | 11 | file://remove-doc-check.patch;patch=1 \ |
| 12 | file://powerbtn.patch;patch=1 \ | ||
| 12 | file://policy-funcs " | 13 | file://policy-funcs " |
| 13 | 14 | ||
| 14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
