From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [PATCH] package_ipk: don't generate Packages.filelist
Date: Thu, 05 Apr 2012 20:17:10 -0700 [thread overview]
Message-ID: <4F7E6036.8000303@linux.intel.com> (raw)
In-Reply-To: <1333617674-32640-1-git-send-email-Martin.Jansa@gmail.com>
On 04/05/2012 02:21 AM, Martin Jansa wrote:
> * it works only with 'new' packages and with fixed opkg-utils it will unpack
> *all* packages, because filelist doesn't support 'cache' like Packages does
>
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
> meta/classes/package_ipk.bbclass | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass
> index e4a217b..e7d038f 100644
> --- a/meta/classes/package_ipk.bbclass
> +++ b/meta/classes/package_ipk.bbclass
> @@ -214,7 +214,7 @@ package_update_index_ipk () {
> for pkgdir in $packagedirs; do
> if [ -e $pkgdir/ ]; then
> touch $pkgdir/Packages
> - flock $pkgdir/Packages.flock -c "opkg-make-index -r $pkgdir/Packages -p $pkgdir/Packages -l $pkgdir/Packages.filelist -m $pkgdir/"
> + flock $pkgdir/Packages.flock -c "opkg-make-index -r $pkgdir/Packages -p $pkgdir/Packages -m $pkgdir/"
> fi
> done
> }
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-04-06 3:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-05 9:21 [PATCH] package_ipk: don't generate Packages.filelist Martin Jansa
2012-04-06 3:17 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F7E6036.8000303@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox