diff options
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" |