diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-19 13:32:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:31:42 +0100 |
commit | b4ad9de91e4a3201d007a44603c65c8f89352a76 (patch) | |
tree | f613975cf4624b03f5651cd52dbb200abfc9a4bb /meta/classes/debian.bbclass | |
parent | 62e3071049ea009bdc4695c77df396ddf8157219 (diff) | |
download | poky-b4ad9de91e4a3201d007a44603c65c8f89352a76.tar.gz |
bitbake.conf/debian.bbclass: Move AUTO_LIBNAME_PKGS definition to class file
Might as well move this default to the class which uses it allowing
for easier reading/understanding of the class.
(From OE-Core rev: 177aec177306e68bcd822dee6b29a7efbd558a91)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/debian.bbclass')
-rw-r--r-- | meta/classes/debian.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index 1ddb56fbb9..47d3ed89d2 100644 --- a/meta/classes/debian.bbclass +++ b/meta/classes/debian.bbclass | |||
@@ -9,6 +9,8 @@ | |||
9 | # Better expressed as ensure all RDEPENDS package before we package | 9 | # Better expressed as ensure all RDEPENDS package before we package |
10 | # This means we can't have circular RDEPENDS/RRECOMMENDS | 10 | # This means we can't have circular RDEPENDS/RRECOMMENDS |
11 | 11 | ||
12 | AUTO_LIBNAME_PKGS = "${PACKAGES}" | ||
13 | |||
12 | inherit package | 14 | inherit package |
13 | 15 | ||
14 | DEBIANRDEP = "do_packagedata" | 16 | DEBIANRDEP = "do_packagedata" |