diff options
| author | Ross Burton <ross.burton@intel.com> | 2015-08-13 11:51:49 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:58:19 +0200 |
| commit | c2cea10597ed1b843e00aa5ecedfd6005c7d7799 (patch) | |
| tree | 886275b8d2f664910e74aaf1fda974b0ba7426fe /meta-efl | |
| parent | 6682d8db0346f2cb515c3b128033db21fedff06a (diff) | |
| download | meta-openembedded-c2cea10597ed1b843e00aa5ecedfd6005c7d7799.tar.gz | |
recipes: use class-native instead of deprecated virtclass-native.
virtclass overrides are deprecated, so use class overrides instead.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-efl')
| -rw-r--r-- | meta-efl/recipes-efl/efl/azy_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb index cb180fb633..0c3c9d7db5 100644 --- a/meta-efl/recipes-efl/efl/azy_svn.bb +++ b/meta-efl/recipes-efl/efl/azy_svn.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner." | 1 | DESCRIPTION = "Azy is a library meant for implementing rpc clients and servers in a simple manner." |
| 2 | DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native glib-2.0" | 2 | DEPENDS = "pkgconfig zlib openssl eina gnutls ecore libxml2 re2c-native mysql5 azy-native glib-2.0" |
| 3 | DEPENDS_virtclass-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native glib-2.0-native" | 3 | DEPENDS_class-native = "pkgconfig-native zlib-native openssl-native eina-native gnutls-native ecore-native libxml2-native re2c-native mysql5-native glib-2.0-native" |
| 4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 6 | 6 | ||
