diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 14:07:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:10:33 +0100 |
commit | 34bd4e17437e275a2b466cfd2bafec5fb283797d (patch) | |
tree | bc6321cdf6b45a21b8bf0673b2dd8dbb036329ad /meta/classes/package_ipk.bbclass | |
parent | cbddb898c2dc6fe78780dfc337f9d3aad9205bc7 (diff) | |
download | poky-34bd4e17437e275a2b466cfd2bafec5fb283797d.tar.gz |
opkg: Convert select-higher-version option to prefer-arch-to-version
This converts the option to maintain the existing behaviour unless the option is
specified. We do specify the option during the builds themselves to ensure what
the users expects is built.
(From OE-Core rev: 0cc479699fe885049625d54c712b500c1b719e75)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
-rw-r--r-- | meta/classes/package_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 019bd7cc19..4bf1b10aae 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -139,7 +139,7 @@ package_install_internal_ipk() { | |||
139 | 139 | ||
140 | mkdir -p ${target_rootfs}${localstatedir}/lib/opkg/ | 140 | mkdir -p ${target_rootfs}${localstatedir}/lib/opkg/ |
141 | 141 | ||
142 | local ipkg_args="-f ${conffile} -o ${target_rootfs} --force-overwrite --force_postinstall" | 142 | local ipkg_args="-f ${conffile} -o ${target_rootfs} --force-overwrite --force_postinstall --prefer-arch-to-version" |
143 | 143 | ||
144 | opkg-cl ${ipkg_args} update | 144 | opkg-cl ${ipkg_args} update |
145 | 145 | ||