summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb')
-rw-r--r--meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb
index f7e10cdfb..50ab9872e 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.10.0.bb
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=102f7fec3d53c7c8f0b7baf9bf9d76a8"
7DEPENDS = "util-linux util-linux-native" 7DEPENDS = "util-linux util-linux-native"
8SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \ 8SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
9 file://link_needed_libs.patch \ 9 file://link_needed_libs.patch \
10" 10 file://0001-define-__-prefixed-version-of-intXY_t-types.patch \
11 "
11SRC_URI[md5sum] = "ddbb04493addf014db07a7e2b96b2804" 12SRC_URI[md5sum] = "ddbb04493addf014db07a7e2b96b2804"
12SRC_URI[sha256sum] = "d8cb9ab2c686699d37914354ce3992b4aff3677093cbce06ad18bf798da8a8a7" 13SRC_URI[sha256sum] = "d8cb9ab2c686699d37914354ce3992b4aff3677093cbce06ad18bf798da8a8a7"
13 14
@@ -54,4 +55,6 @@ do_configure_prepend () {
54 55
55do_install_append() { 56do_install_append() {
56 oe_runmake 'DESTDIR=${D}' install install-dev 57 oe_runmake 'DESTDIR=${D}' install install-dev
58 rm ${D}${libdir}/*.la
59 rmdir --ignore-fail-on-non-empty ${D}${libdir}
57} 60}