From patchwork Sun Oct 21 15:40:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2,0/5] FIX #2431 and other opkg / ipk related fixes Date: Sun, 21 Oct 2012 15:40:18 -0000 From: Andrei Gherzan X-Patchwork-Id: 38371 Message-Id: To: openembedded-core@lists.openembedded.org V2: Have rootfs_ipk.bbclass formatting changings in a different commit. Thanks: Otavio Salvador The following changes since commit caba9cbfce09f19eb27f4c6615c0c5c48e1a2952: kernel.bbclass: add kernel-modules to PACKAGES (2012-10-19 23:06:26 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/opkg http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/opkg Andrei Gherzan (5): opkg-utils: Add needed python modules as RDEPENDS opkg: Add patch to fix removing packages with recommends opkg: Don't print empty PROVIDES rootfs_ipk.bbclass: Don't duplicate remove_packaging_data_files code rootfs_ipk.bbclass: Some extra spaces / tabs were removed / formated meta/classes/rootfs_ipk.bbclass | 8 +++--- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 4 +-- ...t-add-recommends-pkgs-to-depended-upon-by.patch | 26 ++++++++++++++++++++ ...n-t-print-provides-if-nothing-is-provided.patch | 24 ++++++++++++++++++ meta/recipes-devtools/opkg/opkg_svn.bb | 4 ++- 5 files changed, 59 insertions(+), 7 deletions(-) create mode 100644 meta/recipes-devtools/opkg/opkg/don-t-add-recommends-pkgs-to-depended-upon-by.patch create mode 100644 meta/recipes-devtools/opkg/opkg/don-t-print-provides-if-nothing-is-provided.patch