diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-31 12:01:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-31 12:01:05 +0200 |
commit | 6a8b960862f8ab048b42009d6c30d1d5561ad6bb (patch) | |
tree | 86ae2e2561bd29d1ce89646ac0512fd4839ef852 /recipes/recode | |
parent | d6606b5feead01f3f6b4e51d0d4cddb601ac7992 (diff) | |
parent | bbbd4a93365f40d6d43e13486172729ebfa3f9ad (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/recode')
-rw-r--r-- | recipes/recode/recode_3.6.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb index 6fd60ae399..37e3b2a8aa 100644 --- a/recipes/recode/recode_3.6.bb +++ b/recipes/recode/recode_3.6.bb @@ -3,11 +3,8 @@ SECTION = "console/utils" LICENSE = "GPL" PR = "r1" -SRC_URI = "${GNU_MIRROR}/recode/recode-${PV}.tar.gz" -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/recode-${PV}', '${FILE_DIRNAME}' ], d)}" - -SRC_URI += "file://recode-bitfield-width.patch;patch=1 \ - " +SRC_URI = "${GNU_MIRROR}/recode/recode-${PV}.tar.gz \ + file://recode-bitfield-width.patch;patch=1" inherit autotools |