diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-09-25 22:29:07 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-09-25 22:29:07 -0700 |
commit | 47b59867501803162a5bea22b3bdc85df8d7ecb2 (patch) | |
tree | a935a2229a42f20dd2bff6328a0f2bff5ba26989 /libs/liburcu | |
parent | 4e6dae7f3993645e903c72cc7a0a5f165cc785da (diff) |
liburcu: Switch from @!arc to targets
Works around a bug with the buildbots where they try to build it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/liburcu')
-rw-r--r-- | libs/liburcu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/liburcu/Makefile b/libs/liburcu/Makefile index 3bf46e0b6..6a661c8cf 100644 --- a/libs/liburcu/Makefile +++ b/libs/liburcu/Makefile @@ -32,7 +32,7 @@ define Package/liburcu CATEGORY:=Libraries TITLE:=User-space Read-Copy-Update library URL:=https://lttng.org/ - DEPENDS:=+libpthread @!arc + DEPENDS:=+libpthread @!TARGET_arc770 @1TARGET_archs38 endef define Package/liburcu/description |