Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] console-tools: removed wildcard from SRC_URI
@ 2011-07-25 14:27 Enrico Scholz
  2011-07-28  0:04 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Scholz @ 2011-07-25 14:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

From: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>

Wildcards in SRC_URI are not supported by oe-core and work only
when last (or first?) FILESPATH element points to the containing
directory. Specifying plain dir works fine for this recipe.

Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
---
 .../console-tools/console-tools_0.3.2.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
index 5b09105..7baace6 100644
--- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb
+++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
            file://compile.patch;patch=1 \
            file://kbdrate.patch;patch=1 \
            file://uclibc-fileno.patch;patch=1 \
-           file://config/*.m4"
+           file://config"
 
 SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd"
 SRC_URI[sha256sum] = "eea6b441672dacd251079fc85ed322e196282e0e66c16303ec64c3a2b1c126c2"
-- 
1.7.6




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

* Re: [PATCH] console-tools: removed wildcard from SRC_URI
  2011-07-25 14:27 [PATCH] console-tools: removed wildcard from SRC_URI Enrico Scholz
@ 2011-07-28  0:04 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-07-28  0:04 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer
  Cc: Enrico Scholz, Enrico Scholz

On 07/25/2011 07:27 AM, Enrico Scholz wrote:
> From: Enrico Scholz<enrico.scholz@informatik.tu-chemnitz.de>
>
> Wildcards in SRC_URI are not supported by oe-core and work only
> when last (or first?) FILESPATH element points to the containing
> directory. Specifying plain dir works fine for this recipe.
>
> Signed-off-by: Enrico Scholz<enrico.scholz@informatik.tu-chemnitz.de>
> ---
>   .../console-tools/console-tools_0.3.2.bb           |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
> index 5b09105..7baace6 100644
> --- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb
> +++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
> @@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
>              file://compile.patch;patch=1 \
>              file://kbdrate.patch;patch=1 \
>              file://uclibc-fileno.patch;patch=1 \
> -           file://config/*.m4"
> +           file://config"
>
>   SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd"
>   SRC_URI[sha256sum] = "eea6b441672dacd251079fc85ed322e196282e0e66c16303ec64c3a2b1c126c2"

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2011-07-28  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 14:27 [PATCH] console-tools: removed wildcard from SRC_URI Enrico Scholz
2011-07-28  0:04 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox