git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0fdd5d
)
pakages/avahi: Do not RRECOMMEND libnss-mdns when building on uclibc
author
Holger Freyther
<zecke@selfish.org>
Thu, 17 May 2007 17:05:31 +0000
(17:05 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Thu, 17 May 2007 17:05:31 +0000
(17:05 +0000)
uclibc does not support NSS, only glibc does.
packages/avahi/avahi.inc
patch
|
blob
|
history
diff --git
a/packages/avahi/avahi.inc
b/packages/avahi/avahi.inc
index
f87d4df
..
2171cbd
100644
(file)
--- a/
packages/avahi/avahi.inc
+++ b/
packages/avahi/avahi.inc
@@
-7,8
+7,10
@@
LICENSE = "GPL"
PR="r4"
DEPENDS = "expat libdaemon dbus glib-2.0"
-RRECOMMENDS = "libnss-mdns"
-RRECOMMENDS_avahi-daemon = "libnss-mdns"
+
+# uclibc has no nss
+RRECOMMENDS_append_linux = "libnss-mdns"
+RRECOMMENDS_avahi-daemon_append_linux = "libnss-mdns"
RDEPENDS_avahi-daemon = "sysvinit-pidof"
SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \