diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-10-14 14:19:31 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-10-14 14:19:31 -0700 |
commit | 98f5b4a634bc24e418b23e23a51037a89566c339 (patch) | |
tree | 9dd4f346e428c55d9aae981e8d2eb3b9f31aff2e /recipes | |
parent | 129da538fba3c464c6377ce488d3ba0c146e512b (diff) |
pidgin: Add libidn to DEPENDS, bump INC_PR
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pidgin/pidgin_2.6.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pidgin/pidgin_2.6.2.bb b/recipes/pidgin/pidgin_2.6.2.bb index 817e57d318..d3b27a771b 100644 --- a/recipes/pidgin/pidgin_2.6.2.bb +++ b/recipes/pidgin/pidgin_2.6.2.bb @@ -1,7 +1,7 @@ require pidgin.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" -DEPENDS += "farsight2" +DEPENDS += "farsight2 libidn" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ |