From: Paul Barker Date: Sun, 21 Dec 2014 22:11:50 +0000 (+0000) Subject: opkg-collateral: Use new lists_dir syntax X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31738 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc99740bd3530baead1703b3a772b17a1c58acc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git opkg-collateral: Use new lists_dir syntax Since opkg v0.2.3, it has been possible to use the new syntax for the 'lists_dir' option in an opkg configuration file. From v0.3.0, this new syntax is required. The new syntax matches the way other options are set. Signed-off-by: Paul Barker Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb index b121827ac75..3825ffb064e 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral.bb +++ b/meta/recipes-devtools/opkg/opkg-collateral.bb @@ -13,7 +13,7 @@ do_compile () { cat ${WORKDIR}/opkg.conf.comments >${WORKDIR}/opkg.conf cat ${WORKDIR}/src >>${WORKDIR}/opkg.conf cat ${WORKDIR}/dest >>${WORKDIR}/opkg.conf - echo "lists_dir ext ${OPKGLIBDIR}/opkg" >>${WORKDIR}/opkg.conf + echo "option lists_dir ${OPKGLIBDIR}/opkg" >>${WORKDIR}/opkg.conf } do_install () {