aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zeroconf/zeroconf_0.9.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-02 09:30:00 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-02 09:30:00 +0000
commit3a485444f0dd07fd2315769db3f6f46e3972134e (patch)
tree01c0b6ba2c72adab3db78423aebad36119387a4a /recipes/zeroconf/zeroconf_0.9.bb
parentb0f170f9cec728483f282c65c44d48b33ac12f2e (diff)
downloadopenembedded-3a485444f0dd07fd2315769db3f6f46e3972134e.tar.gz
zeroconf: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/zeroconf/zeroconf_0.9.bb')
-rw-r--r--recipes/zeroconf/zeroconf_0.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/zeroconf/zeroconf_0.9.bb b/recipes/zeroconf/zeroconf_0.9.bb
index 5c42237888..2857247196 100644
--- a/recipes/zeroconf/zeroconf_0.9.bb
+++ b/recipes/zeroconf/zeroconf_0.9.bb
@@ -5,10 +5,11 @@ LICENSE = "GPL"
SECTION = "net"
PRIORITY = "optional"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${PN}-${PV}.tar.gz \
file://zeroconf-default \
+ file://zeroconf-ldflags.patch;patch=1 \
file://zeroconf-limits.h.patch;patch=1 \
file://debian-zeroconf"