diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/reiser4progs/reiser4progs_1.0.4.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/reiser4progs/reiser4progs_1.0.4.bb')
-rw-r--r-- | packages/reiser4progs/reiser4progs_1.0.4.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/reiser4progs/reiser4progs_1.0.4.bb b/packages/reiser4progs/reiser4progs_1.0.4.bb index e69de29bb2..afce90c93d 100644 --- a/packages/reiser4progs/reiser4progs_1.0.4.bb +++ b/packages/reiser4progs/reiser4progs_1.0.4.bb @@ -0,0 +1,27 @@ +# This package builds tools to manipulate Reiser4 file systems, +# the libaal package must be built and installed as well to +# run these tools. +PR = "r0" +DESCRIPTION = "User-level tools for Reiser4 filesystems" +HOMEPAGE = "http://www.namesys.com" +MAINTAINER = "John Bowler <jbowler@acm.org>" +SECTION = "base" +LICENSE = "GPL-2" + +SRC_URI = "ftp://ftp.namesys.com/pub/${PN}/${P}.tar.gz \ + file://align.patch;patch=1" + +LIBAAL = "libaal" + +DEPENDS = "${LIBAAL}" + +# This disables anything which uses libminimal - that library +# is used for boot loader stuff and so is not required unless +# the system will boot from a Reiser4 file system, the same +# setting must exist for the LIBAAL build +DISABLE_LIBMINIMAL ?= "--disable-libminimal" +EXTRA_OECONF = "${DISABLE_LIBMINIMAL}" + +LEAD_SONAME = "libreiser4" + +inherit autotools |