libchenabler: Add patch to fix i18n breakage.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 8 Nov 2007 11:06:10 +0000 (11:06 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 8 Nov 2007 11:06:10 +0000 (11:06 +0000)
packages/gpephone/libchenabler/.mtn2git_empty [new file with mode: 0644]
packages/gpephone/libchenabler/po.patch [new file with mode: 0644]
packages/gpephone/libchenabler_0.1.bb

diff --git a/packages/gpephone/libchenabler/.mtn2git_empty b/packages/gpephone/libchenabler/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpephone/libchenabler/po.patch b/packages/gpephone/libchenabler/po.patch
new file mode 100644 (file)
index 0000000..0f880f5
--- /dev/null
@@ -0,0 +1,9 @@
+--- libchenabler-0.1/configure.ac~     2007-11-08 12:01:26.000000000 +0100
++++ libchenabler-0.1/configure.ac      2007-11-08 12:01:26.000000000 +0100
+@@ -31,5 +31,6 @@
+ src/Makefile 
+ database/Makefile
+ libvochenabler.pc
++po/Makefile.in
+ ])
+ AC_OUTPUT
index 740ed21..4c06e2f 100644 (file)
@@ -3,14 +3,20 @@ DESCRIPTION = "LiPS voice call library."
 SECTION = "gpe/libs"
 PRIORITY    = "optional"
 DEPENDS     = "glib-2.0 sqlite3 librecord"
-PR          = "r0"
+PR          = "r1"
 
 GPE_TARBALL_SUFFIX = "gz"
 
 inherit gpephone pkgconfig autotools
 
+SRC_URI += "file://po.patch;patch=1"
 FILES_${PN} += " ${datadir}/vochistory"
 
+do_configure_prepend () {
+       mkdir "${S}/po"
+       touch "${S}/po/POTFILES.in"
+}
+
 do_stage () {
        autotools_stage_all
 }