LVM2: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 12:42:11 +01:00
parent cbfa2a1615
commit 8c70a532eb
4 changed files with 14 additions and 10 deletions

View File

@ -2,8 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
cd $BUILD/$1* cd $BUILD/$1*
ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_malloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \

View File

@ -11,12 +11,5 @@ mkdir -p $INSTALL/usr/lib
if [ "$DEVTOOLS" = yes ]; then if [ "$DEVTOOLS" = yes ]; then
mkdir -p $INSTALL/sbin mkdir -p $INSTALL/sbin
cp $BUILD/$1*/tools/lvm $INSTALL/sbin cp $BUILD/$1*/tools/lvm $INSTALL/sbin
mkdir -p $INSTALL/usr/lib
# cp -P $BUILD/$1*/liblvm/liblvm2app.so $INSTALL/usr/lib/liblvm2app.so.2.1
# ln -sf /usr/lib/liblvm2app.so.2.1 $INSTALL/usr/lib/liblvm2app.so
# cp -P $BUILD/$1*/tools/liblvm2cmd.so $INSTALL/usr/lib/liblvm2cmd.so.2.02
# ln -sf /usr/lib/liblvm2cmd.2.02 $INSTALL/usr/lib/liblvm2cmd.so
fi fi

View File

@ -0,0 +1,14 @@
PKG_NAME="LVM2"
PKG_VERSION="2.02.75"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE=""
PKG_SITE="http://sources.redhat.com/lvm2/"
PKG_URL="ftp://sources.redhat.com/pub/lvm2/${PKG_NAME}.${PKG_VERSION}.tgz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="lvm2: Logical Volume Management (Version 2)"
PKG_LONGDESC="LVM includes all of the support for handling read/write operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., multiple devices (MD), see mdadd(8) or even loop devices, see losetup(8)), creating volume groups (kind of virtual disks) from one or more physical volumes and creating one or more logical volumes (kind of logical partitions) in volume groups. This 2nd version is based on device-mapper available in linux-2.6."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.75.tgz