summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-25 17:02:04 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-25 17:02:04 +0000
commit951142f7f827109c5461fb9cd8bbde539bb99249 (patch)
tree7b11aa64d582aa4884a3dbc456d59cb9af6b3b8f
parent78abb4091a0a9bc46245e16577dd061685067e43 (diff)
downloadpoky-951142f7f827109c5461fb9cd8bbde539bb99249.tar.gz
eee-acpi-scripts: SRCREV should be in the distro config files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5276 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/include/poky-fixed-revisions.inc1
-rw-r--r--meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc
index eae976343d..b5ed512dbe 100644
--- a/meta/conf/distro/include/poky-fixed-revisions.inc
+++ b/meta/conf/distro/include/poky-fixed-revisions.inc
@@ -26,6 +26,7 @@ SRCREV_pn-clutter-gst ?= "3188"
26SRCREV_pn-clutter ?= "3240" 26SRCREV_pn-clutter ?= "3240"
27SRCREV_pn-connman ?= "e952851502277cc41cd2a54ef5386cca7a8843dd" 27SRCREV_pn-connman ?= "e952851502277cc41cd2a54ef5386cca7a8843dd"
28SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4" 28SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4"
29SRCREV_pn-eee-acpi-scripts ?= "df785afdacedf869b20fb88a793c13b539819270"
29SRCREV_pn-dbus-wait ?= "402" 30SRCREV_pn-dbus-wait ?= "402"
30SRCREV_pn-eds-dbus ?= "691" 31SRCREV_pn-eds-dbus ?= "691"
31SRCREV_pn-evince ?= "2437" 32SRCREV_pn-evince ?= "2437"
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 84cf8a0859..6271c8776e 100644
--- a/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb
+++ b/meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb
@@ -2,8 +2,6 @@ SECTION = "base"
2DESCRIPTION = "eeePC specific ACPI scripts" 2DESCRIPTION = "eeePC specific ACPI scripts"
3LICENSE="GPL" 3LICENSE="GPL"
4 4
5SRCREV = "df785afdacedf869b20fb88a793c13b539819270"
6
7PR = "r2" 5PR = "r2"
8 6
9RDEPENDS = "pm-utils" 7RDEPENDS = "pm-utils"