diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 11:57:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 11:57:59 +0100 |
commit | fee1032ab4213d17a53cc3f35272e06efd22b2ae (patch) | |
tree | e23c761194c4467026318f9e1bf9454e57bd5029 /meta/recipes-core | |
parent | 7abcaf14ec9cd760fe94c777f0cd8426163de2c5 (diff) | |
download | poky-fee1032ab4213d17a53cc3f35272e06efd22b2ae.tar.gz |
dbus-wait: Upgrade to fix typo
There was a typo, the fix was merged upstream, this patch
updates to the new SRCREV.
(From OE-Core rev: ae089fddda333228d8589b7951fa96232accdb6a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus-wait/dbus-wait_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb index fb31662e8f..cb3735b8a8 100644 --- a/meta/recipes-core/dbus-wait/dbus-wait_git.bb +++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
6 | 6 | ||
7 | DEPENDS = "dbus" | 7 | DEPENDS = "dbus" |
8 | 8 | ||
9 | SRCREV = "1a3e1343761b30750bed70e0fd688f6d3c7b3717" | 9 | SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517" |
10 | PV = "0.1+git${SRCPV}" | 10 | PV = "0.1+git${SRCPV}" |
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||