diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 18:48:35 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-22 07:53:11 +0800 |
commit | c480cf222cf50e131f9160a39a7f954946b3353d (patch) | |
tree | 39167370a1fd8790a6eb0c8418ef8b3a72aaf345 /resources/roles/ramspeed | |
parent | 5bb3d7cbc15957c3f0e82f19568240600d0f6592 (diff) |
Fix bug on apex
missing repository configuration and packages
Change-Id: I929e3bafced56b2ab8fd90edc21421bd7bde2073
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/roles/ramspeed')
-rw-r--r-- | resources/roles/ramspeed/meta/main.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/resources/roles/ramspeed/meta/main.yml b/resources/roles/ramspeed/meta/main.yml deleted file mode 100644 index 03c96c42..00000000 --- a/resources/roles/ramspeed/meta/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################# -# Copyright (c) 2017 ZTE Corporation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################# - ---- -dependencies: - - { role: development-tools } |