diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-02-19 17:56:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:31:35 +0000 |
commit | 4f363b4a6ed6953ffb26ba30f371a710e1ebc67a (patch) | |
tree | 9738da3285a910a4799a209764cb203aca8dcd5a | |
parent | 17db210975c740aff12732c511cf4fb32b507365 (diff) | |
download | openembedded-core-4f363b4a6ed6953ffb26ba30f371a710e1ebc67a.tar.gz openembedded-core-4f363b4a6ed6953ffb26ba30f371a710e1ebc67a.tar.bz2 openembedded-core-4f363b4a6ed6953ffb26ba30f371a710e1ebc67a.zip |
mmc-utils: Upgrade to latest revision
updates:
mmc-utils: manpage: fix arguments for TH macro
mmc-utils: remove unused #includes
mmc-utils: move offsetof from mmc.h to only user
mmc-utils: expand .gitignore
mmc-utils: make use of dependency information
mmc-utils: drop unused header
mmc-utils: drop macro CHECK
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index efaabc1148..8977a87962 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" SRCBRANCH ?= "master" -SRCREV = "37c86e60c0442fef570b75cd81aeb1db4d0cbafd" +SRCREV = "7bcad171173fd9a9401e7ce81906605bd6f4eddc" PV = "0.1" |