On 09/11/2012 11:14 AM, Phil Blundell wrote:
Commit 13544fbc6217fee1731a6da1e2cf94901a500842 changed the ordering
of PACKAGES so that ${PN}-dev came before ${PN}. However, this caused
the FILES matching to go wrong if ${libdir} == ${base_libdir}. Fix this
by moving ${PN} ahead of ${PN}-dev once
On Wed, 2012-09-12 at 00:07 -0700, Saul Wold wrote:
> On 09/11/2012 11:36 PM, Phil Blundell wrote:
> > On Tue, 2012-09-11 at 11:19 -0700, Saul Wold wrote:
> >> On 09/11/2012 11:14 AM, Phil Blundell wrote:
> >>> Commit 13544fbc6217fee1731a6da1e2cf94901a500842 changed the ordering
> >>> of PACKAGES s
On 09/11/2012 11:36 PM, Phil Blundell wrote:
On Tue, 2012-09-11 at 11:19 -0700, Saul Wold wrote:
On 09/11/2012 11:14 AM, Phil Blundell wrote:
Commit 13544fbc6217fee1731a6da1e2cf94901a500842 changed the ordering
of PACKAGES so that ${PN}-dev came before ${PN}. However, this caused
the FILES mat
On 09/11/2012 11:14 AM, Phil Blundell wrote:
Commit 13544fbc6217fee1731a6da1e2cf94901a500842 changed the ordering
of PACKAGES so that ${PN}-dev came before ${PN}. However, this caused
the FILES matching to go wrong if ${libdir} == ${base_libdir}. Fix this
by moving ${PN} ahead of ${PN}-dev once
Commit 13544fbc6217fee1731a6da1e2cf94901a500842 changed the ordering
of PACKAGES so that ${PN}-dev came before ${PN}. However, this caused
the FILES matching to go wrong if ${libdir} == ${base_libdir}. Fix this
by moving ${PN} ahead of ${PN}-dev once again.
Signed-off-by: Phil Blundell
---
V2: