diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-25 20:38:26 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-25 20:38:26 +0000 |
commit | 10b492324fc814a4358d7507ef294a529c9c2244 (patch) | |
tree | 104b9c1d63e68eec162d36584c2b524055d216b1 /meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb | |
parent | 951142f7f827109c5461fb9cd8bbde539bb99249 (diff) | |
download | poky-10b492324fc814a4358d7507ef294a529c9c2244.tar.gz |
eee-acpi-scripts: Set PV correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5277 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 | 1 |
1 files changed, 1 insertions, 0 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 6271c8776e..380b3ebb9d 100644 --- a/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb +++ b/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb | |||
@@ -2,6 +2,7 @@ SECTION = "base" | |||
2 | DESCRIPTION = "eeePC specific ACPI scripts" | 2 | DESCRIPTION = "eeePC specific ACPI scripts" |
3 | LICENSE="GPL" | 3 | LICENSE="GPL" |
4 | 4 | ||
5 | PV = "0.0+git${SRCREV}" | ||
5 | PR = "r2" | 6 | PR = "r2" |
6 | 7 | ||
7 | RDEPENDS = "pm-utils" | 8 | RDEPENDS = "pm-utils" |