diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-02-12 16:33:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-13 11:41:22 +0000 |
commit | e0915485681d00528f94acdae036b23428e8ef15 (patch) | |
tree | a0bcefd82f03eef3cd63c082dd6615337a2fd5cf /meta/classes/rootfs_ipk.bbclass | |
parent | 0fc98a618ec13c07c247bfdb368a89d66d1704b6 (diff) | |
download | poky-e0915485681d00528f94acdae036b23428e8ef15.tar.gz |
(image|rootfs_ipk).bbclass, rootfs.py: ipk multilib fixes
This commit whitelists some common directories, so the multilib sanity
checks pass and also fixes an issue in lib/oe/rootfs.py when the
compared files do not exist.
(From OE-Core rev: 4615ac771175cd413f461c081f7d3191c49ccc4b)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 6d4f9facc0..1887dd3565 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -21,7 +21,7 @@ OPKG_POSTPROCESS_COMMANDS = "" | |||
21 | 21 | ||
22 | OPKGLIBDIR = "${localstatedir}/lib" | 22 | OPKGLIBDIR = "${localstatedir}/lib" |
23 | 23 | ||
24 | MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" | 24 | MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg|/usr/lib/opkg" |
25 | 25 | ||
26 | python () { | 26 | python () { |
27 | 27 | ||