diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/patch | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/patch')
-rw-r--r-- | recipes/patch/patch_2.5.9.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/patch/patch_2.5.9.bb b/recipes/patch/patch_2.5.9.bb index 3fcc331067..0ca5c8bd87 100644 --- a/recipes/patch/patch_2.5.9.bb +++ b/recipes/patch/patch_2.5.9.bb @@ -1,11 +1,11 @@ require patch.inc SRC_URI = "${GNU_MIRROR}/patch/patch-2.5.4.tar.gz \ - file://2.5.9.patch;patch=1 \ - file://debian.patch;patch=1 \ - file://install.patch;patch=1 \ - file://unified-reject-files.diff;patch=1 \ - file://global-reject-file.diff;patch=1 " + file://2.5.9.patch \ + file://debian.patch \ + file://install.patch \ + file://unified-reject-files.diff \ + file://global-reject-file.diff " S = "${WORKDIR}/patch-2.5.4" PR = "r2" SRC_URI[md5sum] = "ee5ae84d115f051d87fcaaef3b4ae782" |