From 14a114723abcd1a284bc910d811a48718b2bfb07 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 8 Oct 2010 12:26:15 +0200 Subject: [PATCH] pidgin/msn-pecan_git.bb: RDEPENDS -> RDEPENDS_${PN} Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa --- recipes/pidgin/msn-pecan_git.bb | 18 +++++++++--------- 1 file 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}" -- 2.39.5