diff options
| -rw-r--r-- | meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.11.bb (renamed from meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.11.bb index a22e54e24c..50b6b5a16c 100644 --- a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb +++ b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.11.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
| 4 | 4 | ||
| 5 | BRANCH ?= "dev" | 5 | BRANCH ?= "dev" |
| 6 | 6 | ||
| 7 | SRCREV = "5539a8ad8e1a9b7ea8b62213ed72eb939c5381b7" | 7 | SRCREV = "92c8e4d732c34f8d0754d0e076879ca7008bace4" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH} \ | 9 | SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH} \ |
| 10 | " | 10 | " |
| @@ -14,7 +14,8 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 14 | 14 | ||
| 15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" | 15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" |
| 16 | 16 | ||
| 17 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__ -D_GNU_SOURCE" | 17 | CFLAGS:append = " -D_GNU_SOURCE" |
| 18 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" | ||
| 18 | 19 | ||
| 19 | do_configure() { | 20 | do_configure() { |
| 20 | sed -i -e "s|-static$||g" ${S}/Makefile | 21 | sed -i -e "s|-static$||g" ${S}/Makefile |
