mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
opkg: Add Wno-array-bounds to opkg CFLAGS to avoid bogus errors with Werror and gcc 4.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4888 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -19,6 +19,8 @@ FILES_libopkg = "${libdir}/*.so.*"
|
|||||||
OPKG_INIT_POSITION = "98"
|
OPKG_INIT_POSITION = "98"
|
||||||
OPKG_INIT_POSITION_slugos = "41"
|
OPKG_INIT_POSITION_slugos = "41"
|
||||||
|
|
||||||
|
TARGET_CFLAGS += "-Wno-array-bounds"
|
||||||
|
|
||||||
pkg_postinst_opkg () {
|
pkg_postinst_opkg () {
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "x$D" != "x" ]; then
|
if [ "x$D" != "x" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user