diff options
-rw-r--r-- | recipes/mtools/mtools_4.0.10.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/mtools/mtools_4.0.10.bb b/recipes/mtools/mtools_4.0.10.bb index b53306a517..18fbb7dbc7 100644 --- a/recipes/mtools/mtools_4.0.10.bb +++ b/recipes/mtools/mtools_4.0.10.bb @@ -13,12 +13,15 @@ SRC_URI="http://ftp.gnu.org/gnu/mtools/mtools-${PV}.tar.bz2 \ file://plainio.patch;patch=1 \ file://use-sg_io.patch;patch=1" -S = "${WORKDIR}/mtools-${PV}" +PR = "r1" inherit autotools EXTRA_OECONF = "--without-x" +# Don't try to run install-info -- it'll fail on non-Debian build systems. +EXTRA_OEMAKE = "INSTALL_INFO=" + do_fix_perms() { chmod 644 ${S}/*.c ${S}/*.h } |