diff options
| author | Noor Ahsan <noor_ahsan@mentor.com> | 2018-05-25 16:55:32 +0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
| commit | ecdf58aa4a77730bda2202d1f626a68c391a647c (patch) | |
| tree | 6c124f097463c350cdf23702b7cfc6531306dcf5 | |
| parent | ba53d1341bcc193cdcf4f6f74699693f27aa19b7 (diff) | |
| download | meta-openembedded-ecdf58aa4a77730bda2202d1f626a68c391a647c.tar.gz | |
radvd: Fix missing yacc error.
* Following error apprear in do configure. Fix it by adding bison-native in DEPENDS.
../radvd-2.17/ylwrap: line 176: yacc: command not found
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-daemons/radvd/radvd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index bff693ca97..06d16a4cef 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
| @@ -8,7 +8,7 @@ addresses and some other parameters. They also can \ | |||
| 8 | choose a default router based on these advertisements." | 8 | choose a default router based on these advertisements." |
| 9 | HOMEPAGE = "http://www.litech.org/radvd/" | 9 | HOMEPAGE = "http://www.litech.org/radvd/" |
| 10 | SECTION = "net" | 10 | SECTION = "net" |
| 11 | DEPENDS = "flex-native libdaemon" | 11 | DEPENDS = "flex-native bison-native libdaemon " |
| 12 | 12 | ||
| 13 | # License is BSD-Style (with advertising clause) but also has an additional 0th clause | 13 | # License is BSD-Style (with advertising clause) but also has an additional 0th clause |
| 14 | LICENSE = "radvd" | 14 | LICENSE = "radvd" |
