]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-collateral: Use new lists_dir syntax
authorPaul Barker <paul@paulbarker.me.uk>
Sun, 21 Dec 2014 22:11:50 +0000 (22:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Dec 2014 17:48:57 +0000 (17:48 +0000)
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 <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/opkg/opkg-collateral.bb

index b121827ac7516c73b7edbd2e6fe1acd8569eba51..3825ffb064ee4c1adb7b0ba1d4bedd7b63904cb4 100644 (file)
@@ -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 () {