diff options
author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2011-07-25 16:27:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:49 +0100 |
commit | 104d9076efbba26c524649baa602d139e79ac47c (patch) | |
tree | 63aab073d374598d8acf4ef0029adc6b246e6563 /meta/recipes-core | |
parent | 1c24f36e982e680871bf7a05ac6e820314e19c7c (diff) | |
download | openembedded-core-104d9076efbba26c524649baa602d139e79ac47c.tar.gz openembedded-core-104d9076efbba26c524649baa602d139e79ac47c.tar.bz2 openembedded-core-104d9076efbba26c524649baa602d139e79ac47c.zip |
console-tools: removed wildcard from SRC_URI
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/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 5b09105400..7baace66c1 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" |