diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-12-15 01:16:48 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-15 21:08:54 -0800 |
| commit | 0e5d85318dbf52434952ed09d5f8ae43320fed09 (patch) | |
| tree | f1947d9959df62b44720890c5a59953bbd430717 /meta-filesystems/recipes-utils/ufs-tool | |
| parent | e18d8c957034908f27350e6ffcae2a3d05a4387b (diff) | |
| download | meta-openembedded-0e5d85318dbf52434952ed09d5f8ae43320fed09.tar.gz | |
ufs-utils: Renames from ufs-tool
Add a patch to fix build with musl/mips64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/ufs-tool')
| -rw-r--r-- | meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb b/meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb deleted file mode 100644 index 208ac3c58b..0000000000 --- a/meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Tool to access UFS (Universal Flash Storage) devices" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 4 | |||
| 5 | PV = "1.3+git${SRCPV}" | ||
| 6 | |||
| 7 | BRANCH ?= "dev" | ||
| 8 | |||
| 9 | SRCREV = "8b00e33003b57d7071943f63863fcf8cc48d5be9" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/westerndigitalcorporation/ufs-tool.git;protocol=git;branch=${BRANCH}" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" | ||
| 16 | |||
| 17 | do_configure() { | ||
| 18 | sed -i -e "s|-static$||g" ${S}/Makefile | ||
| 19 | } | ||
| 20 | do_install() { | ||
| 21 | install -d ${D}${bindir}/ | ||
| 22 | install -c -m 755 ${S}/ufs-tool ${D}${bindir}/ | ||
| 23 | } | ||
