diff options
Diffstat (limited to 'meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb')
| -rw-r--r-- | meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb index ef5224b5f0..ba3490d1c3 100644 --- a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb +++ b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb | |||
| @@ -8,8 +8,8 @@ DEPENDS = "util-linux" | |||
| 8 | PR = "r1" | 8 | PR = "r1" |
| 9 | 9 | ||
| 10 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ | 10 | SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ |
| 11 | file://remove-install-as-user.patch \ | 11 | file://remove-install-as-user.patch \ |
| 12 | file://drop-configure-check-for-aio.patch \ | 12 | file://drop-configure-check-for-aio.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRC_URI[md5sum] = "f70b2e7200d4c29f0af1cf70e7be1db6" | 15 | SRC_URI[md5sum] = "f70b2e7200d4c29f0af1cf70e7be1db6" |
| @@ -27,16 +27,16 @@ FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}" | |||
| 27 | 27 | ||
| 28 | EXTRA_OECONF = "--enable-gettext=no" | 28 | EXTRA_OECONF = "--enable-gettext=no" |
| 29 | do_configure () { | 29 | do_configure () { |
| 30 | # Prevent Makefile from calling configure without arguments, | 30 | # Prevent Makefile from calling configure without arguments, |
| 31 | # when do_configure gets called for a second time. | 31 | # when do_configure gets called for a second time. |
| 32 | rm -f include/builddefs include/platform_defs.h | 32 | rm -f include/builddefs include/platform_defs.h |
| 33 | # Recreate configure script. | 33 | # Recreate configure script. |
| 34 | rm -f configure | 34 | rm -f configure |
| 35 | oe_runmake configure | 35 | oe_runmake configure |
| 36 | # Configure. | 36 | # Configure. |
| 37 | export DEBUG="-DNDEBUG" | 37 | export DEBUG="-DNDEBUG" |
| 38 | gnu-configize --force | 38 | gnu-configize --force |
| 39 | oe_runconf | 39 | oe_runconf |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | LIBTOOL = "${HOST_SYS}-libtool" | 42 | LIBTOOL = "${HOST_SYS}-libtool" |
| @@ -45,13 +45,13 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
| 45 | PARALLEL_MAKE = "" | 45 | PARALLEL_MAKE = "" |
| 46 | 46 | ||
| 47 | do_install () { | 47 | do_install () { |
| 48 | export DIST_ROOT=${D} | 48 | export DIST_ROOT=${D} |
| 49 | oe_runmake install | 49 | oe_runmake install |
| 50 | # needed for xfsdump | 50 | # needed for xfsdump |
| 51 | oe_runmake install-dev | 51 | oe_runmake install-dev |
| 52 | rm ${D}${base_libdir}/libhandle.a | 52 | rm ${D}${base_libdir}/libhandle.a |
| 53 | rm ${D}${base_libdir}/libhandle.la | 53 | rm ${D}${base_libdir}/libhandle.la |
| 54 | rm ${D}${base_libdir}/libhandle.so | 54 | rm ${D}${base_libdir}/libhandle.so |
| 55 | rm ${D}${libdir}/libhandle.so | 55 | rm ${D}${libdir}/libhandle.so |
| 56 | ln -s ../..${base_libdir}/libhandle.so.1 ${D}${libdir}/libhandle.so | 56 | ln -s ../..${base_libdir}/libhandle.so.1 ${D}${libdir}/libhandle.so |
| 57 | } | 57 | } |
