diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2014-04-16 22:58:41 +0200 |
---|---|---|
committer | Anders Roxell <anders.roxell@linaro.org> | 2014-04-16 23:01:10 +0200 |
commit | d6ca282bc9d3ffe8f89d9cacbb232a15b1e98eb4 (patch) | |
tree | 2db57b5adab68d459dbf5a278fd3fed64ea40b90 | |
parent | ddc10e5cd2ebc49c0f1a0cdbcd2650ea6ec5d617 (diff) | |
download | meta-linaro-d6ca282bc9d3ffe8f89d9cacbb232a15b1e98eb4.tar.gz |
odp: bump hash
Change-Id: I7743862fce6b6093fe94da35dbdc8aa8bf168b53
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r-- | meta-linaro/recipes-extra/odp/odp.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb index 89d722be..da41a96e 100644 --- a/meta-linaro/recipes-extra/odp/odp.bb +++ b/meta-linaro/recipes-extra/odp/odp.bb @@ -9,7 +9,7 @@ PV = "20140218+git${SRCPV}" SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp" -SRCREV_odp = "6d7fadf0f2a76ec5ff5b68cf5ceb2484b2217c69" +SRCREV_odp = "90ff428f30d770180b08dbd7b91b355ef1ecdaf9" SRCREV_FORMAT = "odp" S = "${WORKDIR}/git" |