diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-13 08:46:24 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:33 -0400 |
commit | 8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b (patch) | |
tree | 6837f60c4ca933b7a1fba45d6dc6419672c8502d /meta-networking/recipes-daemons | |
parent | 09da1e007c106d93c6d397ab84233310015da0e8 (diff) | |
download | meta-openembedded-8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b.tar.gz |
tftp-hpa: inherit autotools-brokensep
It needs autotools-brokensep, otherwise do_install error:
make: *** No rule to make target `install'. Stop.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 6978e0669..5baa61b35 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 | |||
29 | SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21" | 29 | SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21" |
30 | SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269" | 30 | SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269" |
31 | 31 | ||
32 | inherit autotools update-rc.d update-alternatives | 32 | inherit autotools-brokensep update-rc.d update-alternatives |
33 | 33 | ||
34 | EXTRA_OECONF += "--disable-option-checking" | 34 | EXTRA_OECONF += "--disable-option-checking" |
35 | 35 | ||