aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus_1.2.20.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-07-01 14:39:51 +0000
committerKhem Raj <raj.khem@gmail.com>2010-07-02 21:21:26 -0700
commitfaf4cb936e774a2077d56e1c0dac23cc1a1d46cd (patch)
tree9ae6490474ee44aae8fd166d741183e007ccfff0 /recipes/dbus/dbus_1.2.20.bb
parent5d13a8a6a394f903a66e85a09533019c9a813fef (diff)
downloadopenembedded-faf4cb936e774a2077d56e1c0dac23cc1a1d46cd.tar.gz
dbus: fix building on mipsel and clean up PIE/pie fix to work again.
D-Bus fails to link with --gc-sections on mipsel. | CCLD dbus-daemon | collect2: ld returned 1 exit status | make[2]: *** [dbus-daemon] Error 1 | make[2]: *** Waiting for unfinished jobs.... | /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: can not make stub section: File format not recognized | /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: failed to set dynamic section sizes: File format not recognized Also, the previous fPIE/pie fix no longer works. While here, clean up INC_PR. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/dbus/dbus_1.2.20.bb')
-rw-r--r--recipes/dbus/dbus_1.2.20.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/dbus/dbus_1.2.20.bb b/recipes/dbus/dbus_1.2.20.bb
index 43805a5ae2..25cc5ac754 100644
--- a/recipes/dbus/dbus_1.2.20.bb
+++ b/recipes/dbus/dbus_1.2.20.bb
@@ -1,5 +1,7 @@
include dbus.inc
+PR = "${INC_PR}.0"
+
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \
file://tmpdir.patch \