diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-04-18 21:22:03 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-04-18 21:22:03 +0000 |
commit | 1a7cff6077b770083062952ef6f6f7517bfd2c07 (patch) | |
tree | b9a061bdf6748a9036b76dacdce8f1902d3d1824 /classes/package_tar.bbclass | |
parent | d003671f7013dd70860e9a8e4ab1414676439461 (diff) |
classes: Add support for intertask dependencies to be specified, needed for correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list.
Diffstat (limited to 'classes/package_tar.bbclass')
-rw-r--r-- | classes/package_tar.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/package_tar.bbclass b/classes/package_tar.bbclass index b048b08ebe..e94e763150 100644 --- a/classes/package_tar.bbclass +++ b/classes/package_tar.bbclass @@ -1,5 +1,7 @@ inherit package +PACKAGE_EXTRA_DEPENDS += "tar-native" + PACKAGE_WRITE_FUNCS += "do_package_tar" IMAGE_PKGTYPE ?= "tar" |