aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pidgin/msn-pecan_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pidgin/msn-pecan_git.bb')
-rw-r--r--recipes/pidgin/msn-pecan_git.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/pidgin/msn-pecan_git.bb b/recipes/pidgin/msn-pecan_git.bb
index 4db737768b..109f45142f 100644
--- a/recipes/pidgin/msn-pecan_git.bb
+++ b/recipes/pidgin/msn-pecan_git.bb
@@ -1,17 +1,17 @@
-DESCRIPTION="Alternative MSN protocol plug-in for pidgin"
-HOMEPAGE="http://code.google.com/p/msn-pecan/"
+DESCRIPTION = "Alternative MSN protocol plug-in for pidgin"
+HOMEPAGE = "http://code.google.com/p/msn-pecan/"
SECTION = "x11/network"
-LICENSE="GPL-2"
-RDEPENDS="pidgin"
-DEPENDS="pidgin"
+LICENSE = "GPL-2"
+DEPENDS = "pidgin"
+RDEPENDS_${PN} = "pidgin"
SRCREV = "e795b33b29d792f19fcf699275eb966dc68be257"
-PV="0.0.1+gitr${SRCREV}"
-PR="r0"
+PV = "0.0.1+gitr${SRCREV}"
+PR = "r1"
inherit pkgconfig
-SRC_URI="git://github.com/felipec/msn-pecan.git;protocol=http"
-S="${WORKDIR}/git"
+SRC_URI = "git://github.com/felipec/msn-pecan.git;protocol=http"
+S = "${WORKDIR}/git"
do_compile() {
oe_runmake "DESTDIR=${D}"