| Submitter | Eric BENARD |
|---|---|
| Date | May 12, 2011, 9:31 p.m. |
| Message ID | <1305235863-16025-2-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/3905/ |
| State | Accepted |
| Headers | show |
Comments
On Thu, May 12, 2011 at 18:31, Eric Bénard <eric@eukrea.com> wrote: > as this is nedded to build translations files > > Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Patch
diff --git a/recipes/qt4/qt4-native.inc b/recipes/qt4/qt4-native.inc index ee702e9..d99d9de 100644 --- a/recipes/qt4/qt4-native.inc +++ b/recipes/qt4/qt4-native.inc @@ -6,7 +6,7 @@ PRIORITY = "optional" LICENSE = "GPL" PROVIDES = "qt4-tools-native" -INC_PR = "r0" +INC_PR = "r1" inherit native @@ -51,6 +51,7 @@ TOBUILD = "\ src/gui \ src/testlib \ src/qt3support \ + tools/linguist/lrelease \ " do_compile() {
as this is nedded to build translations files Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/qt4/qt4-native.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)