1 ################################################################################
5 ################################################################################
7 MMC_UTILS_VERSION
= 2cb6695e8dec00d887bdd5309d1b57d836fcd214
8 MMC_UTILS_SITE
= git
://git.kernel.org
/pub
/scm
/linux
/kernel
/git
/cjb
/mmc-utils.git
9 MMC_UTILS_LICENSE
= GPLv2
11 define MMC_UTILS_BUILD_CMDS
12 $(MAKE
) -C
$(@D
) $(TARGET_CONFIGURE_OPTS
)
15 define MMC_UTILS_INSTALL_TARGET_CMDS
16 $(INSTALL
) -D
-m
0755 $(@D
)/mmc
$(TARGET_DIR
)/usr
/bin
/mmc
19 $(eval
$(generic-package
))