diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 14:30:58 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 14:30:58 +0200 |
commit | 3e590f230ce7fb1328e2d222df78e7ddbf79e897 (patch) | |
tree | 0867c9c201607e5ba0de0eb42515412f140c5971 | |
parent | 2a572f872afbb84174044d362ae100601fa4fe05 (diff) | |
download | meta-ti-3e590f230ce7fb1328e2d222df78e7ddbf79e897.tar.gz |
matrix-gui-e 1.3: add patch to fix build failure with -Wl,--as-needed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-bsp/ti/matrix-gui-e_1.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/ti/matrix-gui-e_1.3.bb b/recipes-bsp/ti/matrix-gui-e_1.3.bb index 25a03d24..bddb3e03 100644 --- a/recipes-bsp/ti/matrix-gui-e_1.3.bb +++ b/recipes-bsp/ti/matrix-gui-e_1.3.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | require matrix-gui-e.inc | 1 | require matrix-gui-e.inc |
2 | 2 | ||
3 | SRCREV = "275" | 3 | SRCREV = "275" |
4 | PR = "${INC_PR}.0" | 4 | SRC_URI += "file://0001-matrix_gui.pro-add-dbus-to-QT-features-to-fix-linkin.patch" |
5 | |||
6 | PR = "${INC_PR}.1" | ||
7 | |||