diff options
author | Thomas Zimmermann <zimmermann@vdm-design.de> | 2009-11-05 10:55:24 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-16 01:38:06 +0100 |
commit | e519704f95522fdd82a67d1629d2042a921b900b (patch) | |
tree | 0a97be7a6dbb9062be521b7f1a9d98ff08a5547e | |
parent | 211d149374a9c5233ede5168901071a0e2ef4424 (diff) |
matchbox-panel-2: add -Wno-error to TARGET_CFLAGS to build with gcc 4.4
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r-- | recipes/matchbox2/matchbox-panel-2_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/matchbox2/matchbox-panel-2_svn.bb b/recipes/matchbox2/matchbox-panel-2_svn.bb index a2a807f28a..ae3b122899 100644 --- a/recipes/matchbox2/matchbox-panel-2_svn.bb +++ b/recipes/matchbox2/matchbox-panel-2_svn.bb @@ -7,7 +7,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" RDEPENDS_${PN} = "matchbox-panel-2-icon-theme" PACKAGE_ARCH = "${MACHINE_ARCH}" PV = "2.0+svnr${SRCPV}" -PR = "r0" +PR = "r1" inherit autotools_stage pkgconfig @@ -19,6 +19,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ " S = "${WORKDIR}/${PN}" +TARGET_CFLAGS += "-Wno-error" + EXTRA_OECONF = "--disable-static --program-transform-name='s/$/-2/'" EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}" |