diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-07-30 16:39:47 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-07-30 16:40:02 +0200 |
commit | 562168a4425f8fb7d66501bd11e7d437938973b9 (patch) | |
tree | 144eda11c83c6b0197ca23c0b82d025049b5513a /recipes/upnp/libdlna_0.2.3.bb | |
parent | 46fee85f2ec508e213a91ea3a257ba54bc6f8a91 (diff) |
ffmpeg_svn.bb: bump SRCREV to make it build on armv4t again
and bump PR of recipes that depend on it
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/upnp/libdlna_0.2.3.bb')
-rw-r--r-- | recipes/upnp/libdlna_0.2.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/upnp/libdlna_0.2.3.bb b/recipes/upnp/libdlna_0.2.3.bb index c623724319..4c12e5c012 100644 --- a/recipes/upnp/libdlna_0.2.3.bb +++ b/recipes/upnp/libdlna_0.2.3.bb @@ -2,6 +2,7 @@ DESCRIPTION = "bdlna aims at being the reference open-source implementation of D LICENSE = "LGPLv2.1" DEPENDS = "sqlite3 ffmpeg" +PR = "r1" SRC_URI = "http://libdlna.geexbox.org/releases/libdlna-${PV}.tar.bz2 \ file://dlna.diff" |