diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-13 08:46:26 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:33 -0400 |
| commit | 103cb4ab99186047769655f922ac67aa608154f5 (patch) | |
| tree | ed99f0eb194601523a42f5314eff18221b7021d4 /meta-networking/recipes-support/netcf/netcf_git.bb | |
| parent | 64adf1643b178ff21f6b005672c896e78dcada2f (diff) | |
| download | meta-openembedded-103cb4ab99186047769655f922ac67aa608154f5.tar.gz | |
netcf: 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-support/netcf/netcf_git.bb')
| -rw-r--r-- | meta-networking/recipes-support/netcf/netcf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb index 6c36ce8482..5a301e3098 100644 --- a/meta-networking/recipes-support/netcf/netcf_git.bb +++ b/meta-networking/recipes-support/netcf/netcf_git.bb | |||
| @@ -16,7 +16,7 @@ DEPENDS += "augeas libnl libxslt libxml2 gnulib" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit gettext autotools | 19 | inherit gettext autotools-brokensep |
| 20 | 20 | ||
| 21 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" | 21 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" |
| 22 | do_configure_prepend() { | 22 | do_configure_prepend() { |
