[oe-commits] Paul Barker : opkg-collateral: Use new lists_dir syntax

git at git.openembedded.org git at git.openembedded.org
Wed Dec 24 17:50:16 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: dfc99740bd3530baead1703b3a772b17a1c58acc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dfc99740bd3530baead1703b3a772b17a1c58acc

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Sun Dec 21 22:11:50 2014 +0000

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 <paul at paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/opkg/opkg-collateral.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb
index b121827..3825ffb 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 () {



More information about the Openembedded-commits mailing list