mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
package/package_write: Improve packagedata code location
Move the do_packagedata dependencies into the package_write codeblocks themselves. Also drop the dependency for the tar package backend which was dropped. (From OE-Core rev: 372a7f2e3c5c03da044e576e1501e86f8938f5e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
#
|
||||
# Better expressed as ensure all RDEPENDS package before we package
|
||||
# This means we can't have circular RDEPENDS/RRECOMMENDS
|
||||
#
|
||||
# Logic of processing dependencies moved to a package.bbclass to
|
||||
# allow removing inheritance on debian.bbclass
|
||||
|
||||
AUTO_LIBNAME_PKGS = "${PACKAGES}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user