All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Perl: No reference conversion for Porting/Glossary
@ 2017-08-16  1:18 cinly.ooi
  2017-08-18  9:51 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: cinly.ooi @ 2017-08-16  1:18 UTC (permalink / raw)
  To: openembedded-core

From: Ooi Cinly <cinly.ooi@intel.com>

do_configure() will no longer convert references to
/usr/include into /path/to/recipes-sysroot/usr/include
for the file "Porting/Glossary".

[YOCTO #11243]

Signed-off-by: Ooi Cinly <cinly.ooi@intel.com>
---
 meta/recipes-devtools/perl/perl_5.24.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index 95d9694..1e1d4f5 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -171,7 +171,7 @@ do_configure() {
 			;;
 	esac
         # These are strewn all over the source tree
-        for foo in `grep -I --exclude="*.patch" --exclude="*.diff" --exclude="*.pod" --exclude="README*" -m1 "/usr/include/.*\.h" ${S}/* -r -l` ${S}/utils/h2xs.PL ; do
+        for foo in `grep -I --exclude="*.patch" --exclude="*.diff" --exclude="*.pod" --exclude="README*" --exclude="Glossary" -m1 "/usr/include/.*\.h" ${S}/* -r -l` ${S}/utils/h2xs.PL ; do
             echo Fixing: $foo
             sed -e 's|\([ "^'\''I]\+\)/usr/include/|\1${STAGING_INCDIR}/|g' -i $foo
         done
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Perl: No reference conversion for Porting/Glossary
  2017-08-16  1:18 [PATCH] Perl: No reference conversion for Porting/Glossary cinly.ooi
@ 2017-08-18  9:51 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2017-08-18  9:51 UTC (permalink / raw)
  To: cinly.ooi, openembedded-core

On Wed, 2017-08-16 at 09:18 +0800, cinly.ooi@intel.com wrote:
> From: Ooi Cinly <cinly.ooi@intel.com>
> 
> do_configure() will no longer convert references to
> /usr/include into /path/to/recipes-sysroot/usr/include
> for the file "Porting/Glossary".
> 
> [YOCTO #11243]
> 
> Signed-off-by: Ooi Cinly <cinly.ooi@intel.com>
> ---
>  meta/recipes-devtools/perl/perl_5.24.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I've queued this, I just wanted to note that I had to tweak the
shortlog. Its not clear from reading the version above what the change
is doing. The recipe is perl, not Perl too. I changed it to:

"perl: Don't change /usr/include references in docs to sysroot paths"

Cheers,

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-18  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-16  1:18 [PATCH] Perl: No reference conversion for Porting/Glossary cinly.ooi
2017-08-18  9:51 ` Richard Purdie

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.