mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d33bfe4b35
commit
ccd2f54d5e
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user