# HG changeset patch # User Pascal Bellard # Date 1370459428 -7200 # Node ID eb4d1b7077549bd19154efb83726e4e21becad7c # Parent ad59999b3fce00bb387d332a2caa0fdf4cd95a62 linux64-kvm: no 64 bits lguest diff -r ad59999b3fce -r eb4d1b707754 linux-netfilter/receipt --- a/linux-netfilter/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/linux-netfilter/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -27,7 +27,7 @@ [ -d $fs/$dir ] || mkdir -p $fs/$dir cp -a $_pkg/$path/$module $fs/$dir done - rm -r $fs/$path/net/ipv6 + rm -rf $fs/$path/net/ipv6 2> /dev/null for i in $(cat $wanted_stuff/modules.list); do if [ -f $fs/$path/$i ]; then diff -r ad59999b3fce -r eb4d1b707754 linux64-kvm/receipt --- a/linux64-kvm/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/linux64-kvm/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -21,7 +21,7 @@ mkdir -p $fs/$path export src export _pkg - $wanted_stuff/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \ + $wanted_stuff/list_modules.sh arch/x86/kvm drivers/virtio \ drivers/char/hw_random/virtio-rng.ko.xz \ drivers/net/virtio_net.ko.xz drivers/block/virtio_blk.ko.xz | \ while read module; do diff -r ad59999b3fce -r eb4d1b707754 linux64-netfilter/receipt --- a/linux64-netfilter/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/linux64-netfilter/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -29,7 +29,7 @@ [ -d $fs/$dir ] || mkdir -p $fs/$dir cp -a $_pkg/$path/$module $fs/$dir done - rm -r $fs/$path/net/ipv6 + rm -rf $fs/$path/net/ipv6 2> /dev/null for i in $(cat $wanted_stuff/modules.list); do if [ -f $fs/$path/$i ]; then diff -r ad59999b3fce -r eb4d1b707754 syslinux-extra/receipt --- a/syslinux-extra/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/syslinux-extra/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="MBR/FAT/EXT3/PXE bootloader files" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="syslinux" WEB_SITE="http://syslinux.zytor.com/" diff -r ad59999b3fce -r eb4d1b707754 syslinux-modules/receipt --- a/syslinux-modules/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/syslinux-modules/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="modules for syslinux" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="syslinux" WEB_SITE="http://syslinux.zytor.com/" BUILD_DEPENDS="lzma" diff -r ad59999b3fce -r eb4d1b707754 syslinux-tools/receipt --- a/syslinux-tools/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/syslinux-tools/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Misc perl tools" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WANTED="syslinux" WEB_SITE="http://syslinux.zytor.com/" DEPENDS="perl" diff -r ad59999b3fce -r eb4d1b707754 syslinux/receipt --- a/syslinux/receipt Wed Jun 05 16:21:04 2013 +0200 +++ b/syslinux/receipt Wed Jun 05 21:10:28 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="LiveCD ISO bootloader (isolinux)" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://syslinux.zytor.com/" WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/$TARBALL"