summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_0.3.4.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-01-16 18:05:13 +0000
commitb894376415d09781890fa03d5643e9e05248f11e (patch)
tree87121dc092e312aa0e643bea8dd88e4afef2ca64 /meta/recipes-devtools/opkg/opkg_0.3.4.bb
parent3f6504dc65747c00797b12d280088ebca0e5140d (diff)
downloadpoky-b894376415d09781890fa03d5643e9e05248f11e.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 ] (From OE-Core rev: 0aaaacdf4456fe832b1c3940997c097e7e94b9e6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.3.4.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.3.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.3.4.bb b/meta/recipes-devtools/opkg/opkg_0.3.4.bb
index 5cf2facf01..6ac9438268 100644
--- a/meta/recipes-devtools/opkg/opkg_0.3.4.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.3.4.bb
@@ -15,6 +15,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
15 file://opkg-configure.service \ 15 file://opkg-configure.service \
16 file://opkg.conf \ 16 file://opkg.conf \
17 file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \ 17 file://0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch \
18 file://status-conffile.patch \
18" 19"
19 20
20SRC_URI[md5sum] = "6c52a065499056a196e0b45a27e392de" 21SRC_URI[md5sum] = "6c52a065499056a196e0b45a27e392de"