[oe-commits] Frans Meulenbroeks : pidgin/msn-pecan_git.bb: RDEPENDS -> RDEPENDS_${PN}

git version control git at git.openembedded.org
Fri Oct 8 10:32:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14a114723abcd1a284bc910d811a48718b2bfb07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14a114723abcd1a284bc910d811a48718b2bfb07

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Oct  8 12:26:15 2010 +0200

pidgin/msn-pecan_git.bb: RDEPENDS -> RDEPENDS_${PN}

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/pidgin/msn-pecan_git.bb |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/recipes/pidgin/msn-pecan_git.bb b/recipes/pidgin/msn-pecan_git.bb
index 4db7377..109f451 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}"





More information about the Openembedded-commits mailing list