diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-12-21 22:11:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 08:18:13 +0000 |
commit | ccd2f54d5e0361314eaa96774404e8ba8f10ae65 (patch) | |
tree | 52dad9d6296bc7dffceffd7b0381a001c22c5c9e /meta/recipes-devtools | |
parent | d33bfe4b35583c4062317758655883f23780b1d8 (diff) | |
download | poky-ccd2f54d5e0361314eaa96774404e8ba8f10ae65.tar.gz |
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.
(From OE-Core rev: dfc99740bd3530baead1703b3a772b17a1c58acc)
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb index b121827ac7..3825ffb064 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral.bb +++ b/meta/recipes-devtools/opkg/opkg-collateral.bb | |||
@@ -13,7 +13,7 @@ do_compile () { | |||
13 | cat ${WORKDIR}/opkg.conf.comments >${WORKDIR}/opkg.conf | 13 | cat ${WORKDIR}/opkg.conf.comments >${WORKDIR}/opkg.conf |
14 | cat ${WORKDIR}/src >>${WORKDIR}/opkg.conf | 14 | cat ${WORKDIR}/src >>${WORKDIR}/opkg.conf |
15 | cat ${WORKDIR}/dest >>${WORKDIR}/opkg.conf | 15 | cat ${WORKDIR}/dest >>${WORKDIR}/opkg.conf |
16 | echo "lists_dir ext ${OPKGLIBDIR}/opkg" >>${WORKDIR}/opkg.conf | 16 | echo "option lists_dir ${OPKGLIBDIR}/opkg" >>${WORKDIR}/opkg.conf |
17 | } | 17 | } |
18 | 18 | ||
19 | do_install () { | 19 | do_install () { |