| Submitter | Eric BENARD |
|---|---|
| Date | Jan. 13, 2011, 8:34 p.m. |
| Message ID | <1294950867-17198-1-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/273/ |
| State | Superseded |
| Headers | show |
Comments
On 01/13/2011 01:34 PM, Eric Bénard wrote: > Signed-off-by: Eric Bénard<eric@eukrea.com> > --- > recipes/strace/strace_4.5.20.bb | 6 +----- > 1 files changed, 1 insertions(+), 5 deletions(-) > > diff --git a/recipes/strace/strace_4.5.20.bb b/recipes/strace/strace_4.5.20.bb > index 89c5fd3..3de5469 100644 > --- a/recipes/strace/strace_4.5.20.bb > +++ b/recipes/strace/strace_4.5.20.bb > @@ -1,11 +1,7 @@ > DESCRIPTION = "strace is a system call tracing tool." > SECTION = "console/utils" > LICENSE = "BSD" > -PR = "r1" > - > -DEFAULT_PREFERENCE = "-1" > -DEFAULT_PREFERENCE_mips = "1" > -DEFAULT_PREFERENCE_mipsel = "1" > +PR = "r2" > > SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ > file://mips-nolargefile.patch \ Shouldn't need to bump PR, it'll just show up as now available to distros that didn't pin to it already.
Patch
diff --git a/recipes/strace/strace_4.5.20.bb b/recipes/strace/strace_4.5.20.bb index 89c5fd3..3de5469 100644 --- a/recipes/strace/strace_4.5.20.bb +++ b/recipes/strace/strace_4.5.20.bb @@ -1,11 +1,7 @@ DESCRIPTION = "strace is a system call tracing tool." SECTION = "console/utils" LICENSE = "BSD" -PR = "r1" - -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_mips = "1" -DEFAULT_PREFERENCE_mipsel = "1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ file://mips-nolargefile.patch \
Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/strace/strace_4.5.20.bb | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)