diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-02-16 17:52:17 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-02-16 16:54:57 +0000 |
commit | 3aa279fa890da6a9954ba8279aefcd8286a74357 (patch) | |
tree | edf79bb3dc76b5eed05405637961d66297478e76 /meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.%.bbappend | |
parent | 317c8a08a6b5943517e67c5ea80b0a9a83a10d63 (diff) |
Move xmlsec1 folder in meta-app-framework
The upstream location of xmlsec1 changed from
recipes-support/xmlsec1
to
recipes-security/xmlsec1
Also we need to add 2 more dependencies added.
Bug-AGL: SPEC-1297
Change-Id: Iba96bbb8a63ea9c9b8240f1a72e6e3423178e05c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.%.bbappend')
-rw-r--r-- | meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.%.bbappend b/meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.%.bbappend new file mode 100644 index 000000000..08d2a3dd0 --- /dev/null +++ b/meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.%.bbappend @@ -0,0 +1,4 @@ + +DEPENDS = "libtool libxml2 libxslt openssl gnutls libgcrypt" + +BBCLASSEXTEND = "native nativesdk" |