summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--'21
-rw-r--r--meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb2
2 files changed, 22 insertions, 1 deletions
diff --git a/' b/'
new file mode 100644
index 0000000000..244cc72981
--- /dev/null
+++ b/'
@@ -0,0 +1,21 @@
1radvd: inherit autotools-brokensep
2
3It needs autotools-brokensep, otherwise do_install error:
4
5install: cannot stat `radvd.conf.example': No such file or directory
6
7(LOCAL REV: NOT UPSTREAM) -- Waiting for updating upstream-master
8
9Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10
11# Please enter the commit message for your changes. Lines starting
12# with '#' will be ignored, and an empty message aborts the commit.
13# On branch wr-7.0-20140426
14# Your branch is ahead of 'origin/wr-7.0-20140426' by 10 commits.
15# (use "git push" to publish your local commits)
16#
17# Changes to be committed:
18# (use "git reset HEAD <file>..." to unstage)
19#
20# modified: recipes-daemons/radvd/radvd.inc
21#
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
index 6978e0669c..5baa61b354 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
+++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
@@ -29,7 +29,7 @@ SRC_URI = "http://kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-${PV}.t
29SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21" 29SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21"
30SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269" 30SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269"
31 31
32inherit autotools update-rc.d update-alternatives 32inherit autotools-brokensep update-rc.d update-alternatives
33 33
34EXTRA_OECONF += "--disable-option-checking" 34EXTRA_OECONF += "--disable-option-checking"
35 35