Add patch fixing build issue.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Sun, 3 Jul 2005 17:25:18 +0000 (17:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 3 Jul 2005 17:25:18 +0000 (17:25 +0000)
packages/gpe-login/files/fixMakefile.translation.patch [new file with mode: 0644]
packages/gpe-login/gpe-login_0.78.bb

diff --git a/packages/gpe-login/files/fixMakefile.translation.patch b/packages/gpe-login/files/fixMakefile.translation.patch
new file mode 100644 (file)
index 0000000..88a093c
--- /dev/null
@@ -0,0 +1,11 @@
+--- build/Makefile.translation 1 Jul 2005 13:44:49 -0000       1.44
++++ build/Makefile.translation 3 Jul 2005 10:29:38 -0000       1.45
+@@ -34,7 +34,7 @@
+       if [ "$(ENABLE_NLS)" != "no" ]; then \
+               if [ "x$(LINGUAS)" != "x" ]; then \
+                       for i in $(LINGUAS); do mkdir -p $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES; install -m 644 $(DIR_PO)/$$i.mo $(DESTDIR)$(PREFIX)/share/locale/$$i/LC_MESSAGES/$(PACKAGE).mo; done \
+-              fi;
++              fi; \
+       fi;
+ .po8.mo:;
index e2d8d01..234eebc 100644 (file)
@@ -8,4 +8,6 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>"
 DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
 RDEPENDS = "xkbd"
 RPROVIDES = "gpe-session-starter"
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://fixMakefile.translation.patch;patch=1;pnum=0"
\ No newline at end of file