From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SodO3-0008Hx-Ti for openembedded-core@lists.openembedded.org; Tue, 10 Jul 2012 18:34:08 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 10 Jul 2012 09:22:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="175603693" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.121.11]) by fmsmga001.fm.intel.com with ESMTP; 10 Jul 2012 09:22:54 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Tue, 10 Jul 2012 17:22:49 +0100 Message-Id: X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH 0/1] Fix dev/dbg installation for ipk backend X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 16:34:08 -0000 I had intended to send this with a bunch of other commits for reworking dev/dbg package installation, but that is taking longer than expected so let's just get the fix for the ipk backend in first. The following change since commit ddf52d0161096b089fad8f3ace69b6515d7b7226: ccache: Ensure CCACHE_DIR is cleaned by do_clean task (2012-07-10 14:24:54 +0100) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/bug-2595 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/bug-2595 Paul Eggleton (1): opkg: fix installation of dev / dbg packages .../recipes-devtools/opkg/opkg/conf_override.patch | 91 ++++++++++++++++++++ meta/recipes-devtools/opkg/opkg_svn.bb | 3 +- 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/opkg/opkg/conf_override.patch -- 1.7.9.5