diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-12 16:16:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-14 07:26:40 +0100 |
commit | 3d9e9af19a340469dab0182c298236d1d50177db (patch) | |
tree | 7f942d539c5577a2ee332d27ebd1816fc8d54ffc /meta/recipes-devtools | |
parent | 5d1b1d9cc20ee69832e8d95579dcfa99419dfed5 (diff) | |
download | openembedded-core-3d9e9af19a340469dab0182c298236d1d50177db.tar.gz openembedded-core-3d9e9af19a340469dab0182c298236d1d50177db.tar.bz2 openembedded-core-3d9e9af19a340469dab0182c298236d1d50177db.zip |
mmc-utils: update to latest git version
LIC_FILES_CHKSUM has changed due to modifications related to
field firmware update support. However, License remains the same.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 64b8910a27..0a8da19e06 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -1,10 +1,10 @@ SUMMARY = "Userspace tools for MMC/SD devices" HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=17;md5=d7747fc87f1eb22b946ef819969503f0" +LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" SRCBRANCH ?= "master" -SRCREV = "44f94b925894577f9ffcf2c418dd013a5e582648" +SRCREV = "bb779acfc385d135b32a6998c1d1fceef0491400" PV = "0.1" |