# HG changeset patch # User Pascal Bellard # Date 1442564664 -7200 # Node ID bf1acce7f66c017fa3e813d1e645e8ad63355050 # Parent fa07268335414b7e90f415d64017e1fc9db2d453 linux64-aufs: add provide diff -r fa0726833541 -r bf1acce7f66c linux-without-modules/receipt --- a/linux-without-modules/receipt Fri Sep 18 10:07:24 2015 +0200 +++ b/linux-without-modules/receipt Fri Sep 18 10:24:24 2015 +0200 @@ -8,6 +8,7 @@ LICENSE="GPL2" WANTED="linux" WEB_SITE="http://www.kernel.org/" +PROVIDE="linux" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r fa0726833541 -r bf1acce7f66c linux64-aufs/receipt --- a/linux64-aufs/receipt Fri Sep 18 10:07:24 2015 +0200 +++ b/linux64-aufs/receipt Fri Sep 18 10:24:24 2015 +0200 @@ -11,6 +11,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git" BRANCH="origin/${PACKAGE}3.2" +PROVIDE="aufs:linux64" DEPENDS="linux64" BUILD_DEPENDS="linux64-module-headers git xz uclibc-cross-compiler-x86_64" diff -r fa0726833541 -r bf1acce7f66c linux64-without-modules/receipt --- a/linux64-without-modules/receipt Fri Sep 18 10:07:24 2015 +0200 +++ b/linux64-without-modules/receipt Fri Sep 18 10:24:24 2015 +0200 @@ -8,6 +8,7 @@ LICENSE="GPL2" WANTED="linux" WEB_SITE="http://www.kernel.org/" +PROVIDE="linux-without-modules linux64 linux" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()