aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_0.3.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-01-10 15:39:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 14:42:59 +0000
commitc32bca840d262ebc5ac93b06d0bce79729a178b1 (patch)
tree7f3d653526cd814842adc2549f88c15f1a7ef91f /meta/recipes-devtools/opkg/opkg_0.3.3.bb
parenta0cb33b3285de03ae901e474da255efc88811c2d (diff)
downloadopenembedded-core-c32bca840d262ebc5ac93b06d0bce79729a178b1.tar.gz
opkg: fix conffile errors in 'opkg status' calls
If a conffile has been deleted (common when building a debugfs) the status command will throw errors instead of handling that situation. Stop the code being executed in the first place if it wasn't asked for, and handle errors gracefully. [ YOCTO #10761 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.3.3.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.3.3.bb b/meta/recipes-devtools/opkg/opkg_0.3.3.bb
index bce72fcd26..6e7c26d716 100644
--- a/meta/recipes-devtools/opkg/opkg_0.3.3.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.3.3.bb
@@ -15,6 +15,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
file://opkg-configure.service \
file://opkg.conf \
file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \
+ file://status-conffile.patch \
"
SRC_URI[md5sum] = "a4613038c8afc7d8d482f5c53f137bdf"