mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Add libatomic_ops 1.2 needed by libdrm Intel support
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b827af3bb4
commit
71a041c852
3
CHANGES
3
CHANGES
@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
X.org updated to 7.5.
|
X.org updated to 7.5.
|
||||||
|
|
||||||
New packages: librsync, libusb-compat, lmbench, netperf, squid
|
New packages: librsync, libatomic_ops, libusb-compat, lmbench,
|
||||||
|
netperf, squid
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dnsmasq, dosfstools,
|
Updated/fixed packages: busybox, dnsmasq, dosfstools,
|
||||||
e2fsprogs, fbv, freetype, iperf, iptables, iw, less,
|
e2fsprogs, fbv, freetype, iperf, iptables, iw, less,
|
||||||
|
@ -297,6 +297,7 @@ source "package/libupnp/Config.in"
|
|||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Other"
|
menu "Other"
|
||||||
|
source "package/libatomic_ops/Config.in"
|
||||||
source "package/libcap/Config.in"
|
source "package/libcap/Config.in"
|
||||||
source "package/libdaemon/Config.in"
|
source "package/libdaemon/Config.in"
|
||||||
source "package/libelf/Config.in"
|
source "package/libelf/Config.in"
|
||||||
|
4
package/libatomic_ops/Config.in
Normal file
4
package/libatomic_ops/Config.in
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
config BR2_PACKAGE_LIBATOMIC_OPS
|
||||||
|
bool "libatomic_ops"
|
||||||
|
help
|
||||||
|
Atomic operations library
|
12
package/libatomic_ops/libatomic_ops.mk
Normal file
12
package/libatomic_ops/libatomic_ops.mk
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# Atomic_ops library
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
LIBATOMIC_OPS_VERSION = 1.2
|
||||||
|
LIBATOMIC_OPS_SOURCE = libatomic_ops-$(LIBATOMIC_OPS_VERSION).tar.gz
|
||||||
|
LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/research/linux/atomic_ops/download
|
||||||
|
LIBATOMIC_OPS_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,libatomic_ops))
|
Loading…
x
Reference in New Issue
Block a user