Openembedded Core Discussions
 help / color / mirror / Atom feed
From: petter@technux.se
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 08/13] linuxdoc-tools: remove usage of FILESPATH
Date: Thu, 08 May 2014 16:48:34 +0200	[thread overview]
Message-ID: <3f3cb656d31802085af85ef566e1d065@technux.se> (raw)
In-Reply-To: <20140508105039.GO30955@jama>

2014-05-08 12:50 skrev Martin Jansa:

> On Wed, May 07, 2014 at 11:19:54PM +0200, Petter Mabäcker wrote:
>
>> Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can
>> make recipes harder to bbappend. Instead FILESEXTRAPATHS should be 
>> used
>> to extend the path. Signed-off-by: Petter Mabäcker 
>> <petter@technux.se>
>> --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 3 +-- 1 
>> file
>> changed, 1 insertion(+), 2 deletions(-) diff --git
>> 
>> a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
>> 
>> b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
>> index fce4178..4f908c3 100644 ---
>> 
>> a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
>> +++
>> 
>> b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
>> @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" DEPENDS =
>> "groff-native openjade-native" +FILESEXTRAPATHS_prepend :=
>> "${THISDIR}/linuxdoc-tools-native:"
>
> Please use
>
> git mv meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native
> meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools
>
> instead

Good point, feels like a better way to solve it that way. Will fix this 
in v2.

>
>> SRC_URI =
>>
> 
> "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz
>> file://disable_sgml2rtf.patch [1] @@ -15,8 +16,6 @@ SRC_URI =
>> 
>> "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.
>> SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" 
>> SRC_URI[sha256sum]
>> = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101"
>> -FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/" - inherit
>> autotools-brokensep native do_configure () { -- 1.7.9.5 --
>> _______________________________________________ Openembedded-core
>> mailing list Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core [2]


Links:
------
[1] file://disable_sgml2rtf.patch
[2] http://lists.openembedded.org/mailman/listinfo/openembedded-core


  reply	other threads:[~2014-05-08 14:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-07 21:19 [PATCH 00/13] Remove usage of FILESPATH Petter Mabäcker
2014-05-07 21:19 ` [PATCH 01/13] systemtap: remove " Petter Mabäcker
2014-05-07 21:19 ` [PATCH 02/13] dbus: " Petter Mabäcker
2014-05-07 21:19 ` [PATCH 03/13] gstreamer: remove unused FILESPATH Petter Mabäcker
2014-05-07 21:19 ` [PATCH 04/13] trace-cmd: remove usage of FILESPATH Petter Mabäcker
2014-05-08 10:46   ` Martin Jansa
2014-05-08 14:56     ` petter
2014-05-07 21:19 ` [PATCH 05/13] xorg-lib: " Petter Mabäcker
2014-05-07 21:19 ` [PATCH 06/13] mesa: " Petter Mabäcker
2014-05-08 10:49   ` Martin Jansa
2014-05-09  5:11     ` petter
2014-05-07 21:19 ` [PATCH 07/13] qemu: remove unused FILESPATH Petter Mabäcker
2014-05-07 21:19 ` [PATCH 08/13] linuxdoc-tools: remove usage of FILESPATH Petter Mabäcker
2014-05-08 10:50   ` Martin Jansa
2014-05-08 14:48     ` petter [this message]
2014-05-07 21:19 ` [PATCH 09/13] gcc: " Petter Mabäcker
2014-05-07 21:19 ` [PATCH 10/13] python: " Petter Mabäcker
2014-05-08 10:53   ` Martin Jansa
2014-05-09  4:53     ` petter
2014-05-07 21:19 ` [PATCH 11/13] u-boot: remove unused FILESPATH Petter Mabäcker
2014-05-07 21:19 ` [PATCH 12/13] uclibc: remove usage of FILESPATH Petter Mabäcker
2014-05-07 21:19 ` [PATCH 13/13] eglibc: " Petter Mabäcker
2014-05-07 22:21 ` [PATCH 00/13] Remove " Richard Purdie
2014-05-08  4:37   ` petter

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=3f3cb656d31802085af85ef566e1d065@technux.se \
    --to=petter@technux.se \
    --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