summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/ufs-tool
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-15 01:16:48 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-15 21:08:54 -0800
commit0e5d85318dbf52434952ed09d5f8ae43320fed09 (patch)
treef1947d9959df62b44720890c5a59953bbd430717 /meta-filesystems/recipes-utils/ufs-tool
parente18d8c957034908f27350e6ffcae2a3d05a4387b (diff)
downloadmeta-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.bb23
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 @@
1SUMMARY = "Tool to access UFS (Universal Flash Storage) devices"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5PV = "1.3+git${SRCPV}"
6
7BRANCH ?= "dev"
8
9SRCREV = "8b00e33003b57d7071943f63863fcf8cc48d5be9"
10
11SRC_URI = "git://github.com/westerndigitalcorporation/ufs-tool.git;protocol=git;branch=${BRANCH}"
12
13S = "${WORKDIR}/git"
14
15EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}""
16
17do_configure() {
18 sed -i -e "s|-static$||g" ${S}/Makefile
19}
20do_install() {
21 install -d ${D}${bindir}/
22 install -c -m 755 ${S}/ufs-tool ${D}${bindir}/
23}