]> code.ossystems Code Review - openembedded-core.git/commit
opkg: solve inconsistency of using different lists directories
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Fri, 31 Jul 2015 18:59:37 +0000 (18:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 23:37:01 +0000 (16:37 -0700)
commitf49fc4fc5c5f150dad9807d92239ada885bca5fd
treebedf0a50521274b4c3b778521e9f625431cbf27d
parent9ebfc72eb5674d2f36479ee7ee394a3a6e4fd95b
opkg: solve inconsistency of using different lists directories

Default behavior of opkg was to use ${OPKGLIBDIR}/opkg/lists;
but in our recipe we modify it to ${OPKGLIBDIR}/opkg/${OPKGLIBDIR}/opkg/,
when appending package-management to IMAGE_FEATURES these lists are
populated during build time (using the default directory),
but since our config was different these populated lists were never used at runtime,
this patch solves this inconsistency by using default behavior for both build time and runtime.

[YOCTO #6966]

(From OE-Core rev: a71b29ffc514892ca394fc8de275294b910586f0)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/opkg/opkg_0.2.4.bb