mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
ipkg-collateral: fix 'lists' variable so feeds information will be stored in /var/lib/ipkg not in PWD/ext dir
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "ipkg configuration files"
|
DESCRIPTION = "ipkg configuration files"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
file://ipkg.conf.comments \
|
file://ipkg.conf.comments \
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
lists_dir ext /var/lib/ipkg
|
lists_dir /var/lib/ipkg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user