All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Kenneth Solbjerg <kenneth.solbjerg@moveinnovation.dk>
Cc: yocto@yoctoproject.org,
	'Patches and discussions about the oe-core layer'
	<openembedded-core@lists.openembedded.org>
Subject: Re: [yocto] [PATCH 1/1] run-postinsts does not run any scripts
Date: Thu, 16 Aug 2012 10:42:55 -0700	[thread overview]
Message-ID: <502D311F.7010707@linux.intel.com> (raw)
In-Reply-To: <CADEYsmEwNHNPQaRRwdPP1ej0xg16hyO7=K-pxgifzcVZEeA9ig@mail.gmail.com>

On 07/09/2012 05:19 AM, Kenneth Solbjerg wrote:
> Hi
>
> Sorry for any mistakes, but this is my first patch...
>
> On my system (core-image-base, .deb package files), run-postinsts does
> not run any scripts due to a failed test in run-postinsts.awk.
> As dpkg is not actually installed on target, opkg is identified as the
> pkgdir and that is not right...
>
>
> Index: poky-denzil-7.0/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk
> ===================================================================
> --- poky-denzil-7.0.orig/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk
>      2012-07-05
> 13:00:23.026519188 +0200
> +++ poky-denzil-7.0/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk
>   2012-07-05
> 13:00:48.054519384 +0200
> @@ -7,7 +7,7 @@
>   #
>
>   BEGIN {
> -  rc=system("test -d /usr/dpkg/info/")
> +  rc=system("test -d /var/lib/dpkg/info/")
>     if (rc==0)
>       pkgdir="/var/lib/dpkg/info"
>     else
>
>
Merged into OE-Core

Thanks
	Sau!

> --
> Med venlig hilsen / Best regards
>
> Kenneth Solbjerg
> Software Specialist
>
> Move Innovation
> Web : http://www.moveinnovation.dk
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>



WARNING: multiple messages have this Message-ID (diff)
From: Saul Wold <sgw@linux.intel.com>
To: Kenneth Solbjerg <kenneth.solbjerg@moveinnovation.dk>
Cc: yocto@yoctoproject.org,
	'Patches and discussions about the oe-core layer'
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] run-postinsts does not run any scripts
Date: Thu, 16 Aug 2012 10:42:55 -0700	[thread overview]
Message-ID: <502D311F.7010707@linux.intel.com> (raw)
In-Reply-To: <CADEYsmEwNHNPQaRRwdPP1ej0xg16hyO7=K-pxgifzcVZEeA9ig@mail.gmail.com>

On 07/09/2012 05:19 AM, Kenneth Solbjerg wrote:
> Hi
>
> Sorry for any mistakes, but this is my first patch...
>
> On my system (core-image-base, .deb package files), run-postinsts does
> not run any scripts due to a failed test in run-postinsts.awk.
> As dpkg is not actually installed on target, opkg is identified as the
> pkgdir and that is not right...
>
>
> Index: poky-denzil-7.0/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk
> ===================================================================
> --- poky-denzil-7.0.orig/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk
>      2012-07-05
> 13:00:23.026519188 +0200
> +++ poky-denzil-7.0/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk
>   2012-07-05
> 13:00:48.054519384 +0200
> @@ -7,7 +7,7 @@
>   #
>
>   BEGIN {
> -  rc=system("test -d /usr/dpkg/info/")
> +  rc=system("test -d /var/lib/dpkg/info/")
>     if (rc==0)
>       pkgdir="/var/lib/dpkg/info"
>     else
>
>
Merged into OE-Core

Thanks
	Sau!

> --
> Med venlig hilsen / Best regards
>
> Kenneth Solbjerg
> Software Specialist
>
> Move Innovation
> Web : http://www.moveinnovation.dk
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>


  reply	other threads:[~2012-08-16 17:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05 11:12 [PATCH 1/1] run-postinsts does not run any scripts Kenneth Solbjerg
2012-07-09 12:19 ` Kenneth Solbjerg
2012-08-16 17:42   ` Saul Wold [this message]
2012-08-16 17:42     ` Saul Wold

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=502D311F.7010707@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=kenneth.solbjerg@moveinnovation.dk \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=yocto@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.