diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-25 17:02:04 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-25 17:02:04 +0000 |
commit | 951142f7f827109c5461fb9cd8bbde539bb99249 (patch) | |
tree | 7b11aa64d582aa4884a3dbc456d59cb9af6b3b8f /meta | |
parent | 78abb4091a0a9bc46245e16577dd061685067e43 (diff) | |
download | openembedded-core-951142f7f827109c5461fb9cd8bbde539bb99249.tar.gz openembedded-core-951142f7f827109c5461fb9cd8bbde539bb99249.tar.bz2 openembedded-core-951142f7f827109c5461fb9cd8bbde539bb99249.zip |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 1 | ||||
-rw-r--r-- | meta/packages/eee-acpi-scripts/eee-acpi-scripts_git.bb | 2 |
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" SRCREV_pn-clutter ?= "3240" SRCREV_pn-connman ?= "e952851502277cc41cd2a54ef5386cca7a8843dd" SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4" +SRCREV_pn-eee-acpi-scripts ?= "df785afdacedf869b20fb88a793c13b539819270" SRCREV_pn-dbus-wait ?= "402" SRCREV_pn-eds-dbus ?= "691" SRCREV_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" DESCRIPTION = "eeePC specific ACPI scripts" LICENSE="GPL" -SRCREV = "df785afdacedf869b20fb88a793c13b539819270" - PR = "r2" RDEPENDS = "pm-utils" |