aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/libiac_0.1.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-11-27 15:18:06 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-11-27 15:18:06 +0000
commitf740c78ae22d171a8ed59c09406e04bc4ce969d0 (patch)
tree714cc0a8fcd6f689662b5e792e72168537c9ee44 /packages/gpephone/libiac_0.1.bb
parent126ea7e11139667e0639d71468f250305b120d30 (diff)
downloadopenembedded-f740c78ae22d171a8ed59c09406e04bc4ce969d0.tar.gz
libiac: Add patch to work around i18n build breakage.
Diffstat (limited to 'packages/gpephone/libiac_0.1.bb')
-rw-r--r--packages/gpephone/libiac_0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gpephone/libiac_0.1.bb b/packages/gpephone/libiac_0.1.bb
index 940b1ecc31..5d522b7f54 100644
--- a/packages/gpephone/libiac_0.1.bb
+++ b/packages/gpephone/libiac_0.1.bb
@@ -3,11 +3,13 @@ DESCRIPTION = "LiPS IPC library."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "gtk+ gtk-doc"
-PR = "r1"
+PR = "r2"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
+SRC_URI += "file://po.patch;patch=1"
+
do_stage () {
autotools_stage_all
}