From 1a7cff6077b770083062952ef6f6f7517bfd2c07 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 18 Apr 2007 21:22:03 +0000 Subject: 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. --- classes/package_tar.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/package_tar.bbclass') 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" -- cgit v1.2.3