Bug 65

Summary: new package: dbus c++ language bindings
Product: buildroot Reporter: rhunger
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot, rhunger
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: patch for buildroot r24936
reworked patch to reference a specific git commit tree aka "version"

Description rhunger 2009-01-21 14:16:51 UTC
Created attachment 39 [details]
patch for buildroot r24936

New package for dbus c++ language bindings (see attached patch).
Comment 1 Peter Korsgaard 2009-03-20 06:03:27 UTC
Hi,

i don't quite like the git handling as there's no control of what revision you're downloading. Do you have any idea if a release is coming up soon? If so, then I would prefer to wait until then.
Comment 2 rhunger 2009-03-25 17:12:47 UTC
Created attachment 187 [details]
reworked patch to reference a specific git commit tree aka "version"
Comment 3 rhunger 2009-03-25 17:14:04 UTC
(In reply to comment #1)
> i don't quite like the git handling as there's no control of what revision
> you're downloading.

That's right, I don't like it neither.

There is still no tag/version from upstream. It seams, that they are
currently merging in some changes from another git tree.
I think this will take some time.

I reworked my patch to explicitly reference a git commit tree "version".
This way it would be easy to change to an official upstream version number.

Regards
Robert

Comment 4 Thomas Petazzoni 2010-02-21 22:32:54 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 5 Gustavo Zacarias 2014-01-07 12:19:52 UTC
After some long long time http://www.freedesktop.org/wiki/Software/dbus-cpp/ (maintained it seems, release tarballs, recommended) was added to buildroot in commit 74922ba73785c56165910cda0c835514866cf2bc for the upcoming 2014.02.
Thanks.