dvb-apps: fix avr32 build failure
authorSimon Dawson <spdawson@gmail.com>
Fri, 13 Dec 2013 09:42:43 +0000 (09:42 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Dec 2013 08:28:28 +0000 (09:28 +0100)
commita52d9ef80a2c5decc3b80f8813f1f656b3ab6694
tree98b9f366d5f41336fcbedd4fd927da06940e58a7
parent82b41f0c7742d4b282aa9b6e4946247adfb29ef9
dvb-apps: fix avr32 build failure

When building for avr32, the build fails as follows.

  cc1: error: unrecognized command line option "-Wno-packed-bitfield-compat"

An example of an autobuild failure arising from this is the following.

  http://autobuild.buildroot.net/results/92e/92e472004812a3616f62d766a9ea07a997a66e89/

Clearly, not all toolchains provide a gcc that understands
the -Wno-packed-bitfield-compat flag; remove usage of this flag.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dvb-apps/dvb-apps-0002-Fix-compiler-warning-flags.patch [new file with mode: 0644]