diff options
Diffstat (limited to 'meta/classes/autotools.bbclass')
| -rw-r--r-- | meta/classes/autotools.bbclass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 77d90a3df5..2c7968e659 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
| @@ -19,7 +19,8 @@ def get_autotools_dep(d): | |||
| 19 | 19 | ||
| 20 | return deps | 20 | return deps |
| 21 | 21 | ||
| 22 | DEPENDS_prepend = "${@get_autotools_dep(d)} " | 22 | |
| 23 | DEPENDS:prepend = "${@get_autotools_dep(d)} " | ||
| 23 | 24 | ||
| 24 | inherit siteinfo | 25 | inherit siteinfo |
| 25 | 26 | ||
| @@ -131,7 +132,7 @@ autotools_postconfigure(){ | |||
| 131 | 132 | ||
| 132 | EXTRACONFFUNCS ??= "" | 133 | EXTRACONFFUNCS ??= "" |
| 133 | 134 | ||
| 134 | EXTRA_OECONF_append = " ${PACKAGECONFIG_CONFARGS}" | 135 | EXTRA_OECONF:append = " ${PACKAGECONFIG_CONFARGS}" |
| 135 | 136 | ||
| 136 | do_configure[prefuncs] += "autotools_preconfigure autotools_aclocals ${EXTRACONFFUNCS}" | 137 | do_configure[prefuncs] += "autotools_preconfigure autotools_aclocals ${EXTRACONFFUNCS}" |
| 137 | do_compile[prefuncs] += "autotools_aclocals" | 138 | do_compile[prefuncs] += "autotools_aclocals" |
| @@ -140,8 +141,8 @@ do_configure[postfuncs] += "autotools_postconfigure" | |||
| 140 | 141 | ||
| 141 | ACLOCALDIR = "${STAGING_DATADIR}/aclocal" | 142 | ACLOCALDIR = "${STAGING_DATADIR}/aclocal" |
| 142 | ACLOCALEXTRAPATH = "" | 143 | ACLOCALEXTRAPATH = "" |
| 143 | ACLOCALEXTRAPATH_class-target = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" | 144 | ACLOCALEXTRAPATH:class-target = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" |
| 144 | ACLOCALEXTRAPATH_class-nativesdk = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" | 145 | ACLOCALEXTRAPATH:class-nativesdk = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" |
| 145 | 146 | ||
| 146 | python autotools_aclocals () { | 147 | python autotools_aclocals () { |
| 147 | d.setVar("CONFIG_SITE", siteinfo_get_files(d, sysrootcache=True)) | 148 | d.setVar("CONFIG_SITE", siteinfo_get_files(d, sysrootcache=True)) |
