increase dvbapp PR.
[vuplus_openembedded] / recipes / kf / kf_0.5.4.1.bb
1 DESCRIPTION = "Kf is a GTK+ instant messaging client."
2 LICENSE = "GPL"
3 DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
4 PR = "r3"
5
6 SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
7            file://fix-configure.patch;patch=1 \
8            file://fix-desktop-file.patch;patch=0 \
9            file://gcc4.patch;patch=1"
10
11 inherit autotools pkgconfig
12
13 EXTRA_OECONF = "--disable-binreloc"
14
15 export PKG_CONFIG="${STAGING_BINDIR_NATIVE}/pkg-config"
16