diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-19 04:27:03 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-19 04:27:03 +0000 |
commit | 776b2b1a7bfdedb15ad376e28c098f76c9526f33 (patch) | |
tree | 888c00a9f9e422526f5e8c50a58488f8348c423d /packages/gnome/libbonobo_2.22.0.bb | |
parent | edeb6195704d0d22b5f7fefd0d72f3a7dc4ea0e7 (diff) |
libbonobo: upgrade broken 2.14.0 to 2.22.0, unify
* verifed the pthread patch is still needed to prevent configure from complaining about cross-compile
Diffstat (limited to 'packages/gnome/libbonobo_2.22.0.bb')
-rw-r--r-- | packages/gnome/libbonobo_2.22.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/gnome/libbonobo_2.22.0.bb b/packages/gnome/libbonobo_2.22.0.bb new file mode 100644 index 0000000000..feecaf590a --- /dev/null +++ b/packages/gnome/libbonobo_2.22.0.bb @@ -0,0 +1,6 @@ +require libbonobo.inc + +PR = "r0" + +SRC_URI += "file://configure-gthread.patch;patch=1" + |