diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-12 09:59:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-12 09:59:29 +0000 |
commit | d49a4efedb40e603d87154d9c49b00e27605ff2e (patch) | |
tree | 6c41d667d705c6251a7f161981731a4db11f603c /meta/packages/mtools/mtools_3.9.9.bb | |
parent | 2ab0d930571d66d4bc8c05c721f156b328da1002 (diff) | |
download | openembedded-core-d49a4efedb40e603d87154d9c49b00e27605ff2e.tar.gz openembedded-core-d49a4efedb40e603d87154d9c49b00e27605ff2e.tar.bz2 openembedded-core-d49a4efedb40e603d87154d9c49b00e27605ff2e.zip |
mtools: Remove install-info commands to unbreak build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2873 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mtools/mtools_3.9.9.bb')
-rw-r--r-- | meta/packages/mtools/mtools_3.9.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/mtools/mtools_3.9.9.bb b/meta/packages/mtools/mtools_3.9.9.bb index 112fff8f37..7c872a144f 100644 --- a/meta/packages/mtools/mtools_3.9.9.bb +++ b/meta/packages/mtools/mtools_3.9.9.bb @@ -5,7 +5,7 @@ DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." HOMEPAGE="http://mtools.linux.lu" LICENSE="GPL" -PR = "r1" +PR = "r2" SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \ file://mtools-makeinfo.patch;patch=1 \ |