diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-17 18:47:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:42:17 +0000 |
commit | 529244ee212fe14019e35a5f163fab705ddbf141 (patch) | |
tree | 494399073efc89e3515294578b87cddd953cf3fd /meta/recipes-devtools/opkg | |
parent | 55928d1237ad4026e8db3cc5424127523543b424 (diff) | |
download | poky-529244ee212fe14019e35a5f163fab705ddbf141.tar.gz |
run-postinsts: simplify the logic of whether to install it to images
The logic is scattered all over the place, but amounts to
"install, unless the rootfs is read only". Let's express that directly.
(From OE-Core rev: 697804229a172125ce7d3bfc9b343812d6fe3240)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.3.4.bb b/meta/recipes-devtools/opkg/opkg_0.3.4.bb index e298185723..a21fde1cf8 100644 --- a/meta/recipes-devtools/opkg/opkg_0.3.4.bb +++ b/meta/recipes-devtools/opkg/opkg_0.3.4.bb | |||
@@ -59,7 +59,7 @@ do_install_append () { | |||
59 | fi | 59 | fi |
60 | } | 60 | } |
61 | 61 | ||
62 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config run-postinsts libarchive" | 62 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" |
63 | RDEPENDS_${PN}_class-native = "" | 63 | RDEPENDS_${PN}_class-native = "" |
64 | RDEPENDS_${PN}_class-nativesdk = "" | 64 | RDEPENDS_${PN}_class-nativesdk = "" |
65 | RREPLACES_${PN} = "opkg-nogpg opkg-collateral" | 65 | RREPLACES_${PN} = "opkg-nogpg opkg-collateral" |