diff options
Diffstat (limited to 'packages/dash')
-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" |