radvd: Add build time dependancy on flex.
authorJonathan McDowell <noodles@earth.li>
Tue, 25 Oct 2005 16:46:39 +0000 (16:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 25 Oct 2005 16:46:39 +0000 (16:46 +0000)
packages/radvd/radvd_0.7.2.bb

index c028086..f11e81c 100644 (file)
@@ -4,5 +4,6 @@ LICENSE = "BSD"
 SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \
           file://automake.patch;patch=1"
 S = "${WORKDIR}/radvd-${PV}"
+DEPENDS = "flex"
 
 inherit autotools