From fc80100fd969f4968b9690a6c2f4747dfc8c94d3 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 22 Apr 2016 02:09:20 +0200 Subject: apt: more fine-grained packaging Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt_1.2.31.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/apt/apt_1.2.31.bb') diff --git a/meta/recipes-devtools/apt/apt_1.2.31.bb b/meta/recipes-devtools/apt/apt_1.2.31.bb index ae06fcb43f..e8e53eaec7 100644 --- a/meta/recipes-devtools/apt/apt_1.2.31.bb +++ b/meta/recipes-devtools/apt/apt_1.2.31.bb @@ -119,13 +119,18 @@ do_install_append_class-target() { echo 'APT::Architecture "${DPKG_ARCH}";' > ${D}${sysconfdir}/apt/apt.conf } -PACKAGES =+ "${PN}-utils" +PACKAGES =+ "${PN}-dselect ${PN}-transport-https ${PN}-utils lib${PN}-inst lib${PN}-pkg" -RDEPENDS_${PN} = "dpkg bash debianutils perl" +RDEPENDS_${PN} = "dpkg debianutils" +RDEPENDS_${PN}-dselect = "bash perl" FILES_${PN} += "${libdir}/dpkg ${systemd_system_unitdir}/apt-daily.service" +FILES_${PN}-dselect = "${libdir}/dpkg/methods/apt" +FILES_${PN}-transport-https = "${libdir}/apt/methods/https" FILES_${PN}-utils = "${bindir}/apt-extracttemplates \ ${bindir}/apt-ftparchive \ ${bindir}/apt-sortpkgs" +FILES_lib${PN}-inst = "${libdir}/libapt-inst${SOLIBS}" +FILES_lib${PN}-pkg = "${libdir}/libapt-pkg${SOLIBS}" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg