Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2012-07-17 20:23:05 +02:00
Samuel Martin
a45c3f2d9a
lttng-libust: bump to version 2.0.3
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-17 20:19:45 +02:00
Peter Korsgaard
04bd5067a2
lttng-libust: fix build with modern uClibc versions
...
uClibc got sched_getcpu in 0.9.33, so the compat workaround should only
be used for older uClibc versions.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-04-26 11:04:56 +02:00
Peter Korsgaard
f8fcdcc041
lttng-libust: rename cxx-tests patch so the other patches gets used as well
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-04-04 22:08:41 +02:00
Thomas Petazzoni
832b1ef746
liburcu: only some architectures are supported
...
Make sure that liburcu (and the packages that select it) cannot be
enabled on the architectures that are not supported. At the moment,
only x86, x86-64, PowerPC and ARM are supported.
[Peter: add armeb as well]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-03-21 00:22:24 +01:00
Thomas Petazzoni
42852b31ef
lttng-libust: add patch to fix build issue when C++ support is not available
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-02-05 11:28:04 +01:00
Thomas Petazzoni
3e40b680fb
lttng-libust: add the dependency on util-linux
...
This dependency was missing in the initial addition of the package to
Buildroot.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-02-05 11:15:22 +01:00
Thomas Petazzoni
dc77b0824e
lttng-libust: new package
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-01-31 23:43:36 +01:00