diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-23 14:33:26 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-23 14:33:26 +0100 |
commit | 59e41f594b47570c7d59738c9c38eac42b4cd0d4 (patch) | |
tree | 3198668b454a870dcc3fd1bba549540ec0e06219 /meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend | |
parent | 67662f237904ad175fc1137204356225e0507d9e (diff) |
security-manager: Removes agl only adaptations
These adaptations are now part of meta-intel-iot-security
and thus are no more needed here.
Change-Id: I0acfb3b7ea572b9805c2d53f70ea0eab0026cdae
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend')
-rw-r--r-- | meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend b/meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend deleted file mode 100644 index 28050e817..000000000 --- a/meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend +++ /dev/null @@ -1,20 +0,0 @@ - -FILESEXTRAPATHS_append := ":${THISDIR}/security-manager" - -SRC_URI += " \ - file://Removing-tizen-platform-config.patch \ - file://removes-dependency-to-libslp-db-utils.patch \ -" - -DEPENDS = " \ -attr \ -boost \ -cynara \ -icu \ -libcap \ -smack \ -sqlite3 \ -sqlite3-native \ -systemd \ -" - |