diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-07-27 19:44:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 19:44:26 +0000 |
commit | 59848ffb76903055bbd265b029eb9d69362ebb94 (patch) | |
tree | 68e4efc8b247a9303ce2b37e0209f64fc3c115a6 | |
parent | ad2d58c6084d039a84e22eee2edc60428a1bdd70 (diff) |
updated to Debian 0.5.2-6 as 0.5.2-4 is not fetchable
-rw-r--r-- | packages/dash/dash_0.5.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/dash/dash_0.5.2.bb b/packages/dash/dash_0.5.2.bb index 1dcf81caa9..c13682ca43 100644 --- a/packages/dash/dash_0.5.2.bb +++ b/packages/dash/dash_0.5.2.bb @@ -1,11 +1,12 @@ DESCRIPTION = "The Debian Almquist Shell is a POSIX compliant shell that is much smaller than 'bash'." PROVIDES = "virtual/sh" LICENSE = "BSD GPL" +PR = "r1" SRC_URI = "http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}.orig.tar.gz \ - http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}-4.diff.gz;patch=1 \ + http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}-6.diff.gz;patch=1 \ file://makefile-build-cc.diff;patch=1" - + inherit autotools bindir = "/bin" |