summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/debian.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 17:31:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-08 10:56:35 +0000
commitb177f377285746364354ab26d95b9f2f09f08dcf (patch)
treedca36f9ad6faf75596ace5f007dac19b03fea033 /meta/classes-global/debian.bbclass
parent7e0e0ef0003b86a3c49965bc775c447b186ca90e (diff)
downloadpoky-b177f377285746364354ab26d95b9f2f09f08dcf.tar.gz
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>
Diffstat (limited to 'meta/classes-global/debian.bbclass')
-rw-r--r--meta/classes-global/debian.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes-global/debian.bbclass b/meta/classes-global/debian.bbclass
index c34e04112c..e2a129d028 100644
--- a/meta/classes-global/debian.bbclass
+++ b/meta/classes-global/debian.bbclass
@@ -14,9 +14,6 @@
14# 14#
15# Better expressed as ensure all RDEPENDS package before we package 15# Better expressed as ensure all RDEPENDS package before we package
16# This means we can't have circular RDEPENDS/RRECOMMENDS 16# This means we can't have circular RDEPENDS/RRECOMMENDS
17#
18# Logic of processing dependencies moved to a package.bbclass to
19# allow removing inheritance on debian.bbclass
20 17
21AUTO_LIBNAME_PKGS = "${PACKAGES}" 18AUTO_LIBNAME_PKGS = "${PACKAGES}"
22 19