mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
zeroconf: Fix compile issue
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -5,11 +5,12 @@ LICENSE = "GPL"
|
||||
SECTION = "net"
|
||||
PRIORITY = "optional"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${PN}-${PV}.tar.gz \
|
||||
file://zeroconf-default \
|
||||
file://debian-zeroconf"
|
||||
file://compilefix.patch;patch=1 \
|
||||
file://zeroconf-default \
|
||||
file://debian-zeroconf"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${sbindir}
|
||||
|
||||
Reference in New Issue
Block a user