| Submitter | Andreas Müller |
|---|---|
| Date | Feb. 24, 2012, 11:38 p.m. |
| Message ID | <1330126696-4716-1-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/22005/ |
| State | Accepted |
| Headers | show |
Comments
Applied. On Fri, Feb 24, 2012 at 21:38, Andreas Müller <schnitzeltony@googlemail.com> wrote: > > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> > --- > scripts/firefox-gen-l10n-recipes | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/scripts/firefox-gen-l10n-recipes b/scripts/firefox-gen-l10n-recipes > index 435697b..65126a2 100755 > --- a/scripts/firefox-gen-l10n-recipes > +++ b/scripts/firefox-gen-l10n-recipes > @@ -26,7 +26,7 @@ cat > firefox-l10n-${lang_code}_$1.bb <<EOF > > require firefox-l10n.inc > > -PR = "\${INC_PR}.1" > +PR = "\${INC_PR}" > > SRC_URI[md5sum] = "$md5" > SRC_URI[sha256sum] = "$sha256" > -- > 1.7.4.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/scripts/firefox-gen-l10n-recipes b/scripts/firefox-gen-l10n-recipes index 435697b..65126a2 100755 --- a/scripts/firefox-gen-l10n-recipes +++ b/scripts/firefox-gen-l10n-recipes @@ -26,7 +26,7 @@ cat > firefox-l10n-${lang_code}_$1.bb <<EOF require firefox-l10n.inc -PR = "\${INC_PR}.1" +PR = "\${INC_PR}" SRC_URI[md5sum] = "$md5" SRC_URI[sha256sum] = "$sha256"
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- scripts/firefox-gen-l10n-recipes | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)