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:46 +0000 |
commit | 430a04d442d351b4ce22eaec3c533d8900c09e47 (patch) | |
tree | 20a23d485da0281951c3ba5fc6c4566c4006fd42 /meta/recipes-devtools/mmc | |
parent | 2e07b1c0bb6e88cd0338b477ab9e69b1fe605e6c (diff) | |
download | poky-430a04d442d351b4ce22eaec3c533d8900c09e47.tar.gz |
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
(From OE-Core rev: 4f363b4a6ed6953ffb26ba30f371a710e1ebc67a)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mmc')
-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" | |||
4 | LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" | 4 | LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" |
5 | 5 | ||
6 | SRCBRANCH ?= "master" | 6 | SRCBRANCH ?= "master" |
7 | SRCREV = "37c86e60c0442fef570b75cd81aeb1db4d0cbafd" | 7 | SRCREV = "7bcad171173fd9a9401e7ce81906605bd6f4eddc" |
8 | 8 | ||
9 | PV = "0.1" | 9 | PV = "0.1" |
10 | 10 | ||