agl-appfw-smack.inc: remove IMAGE_DEPENDS
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Wed, 13 Dec 2017 10:20:36 +0000 (10:20 +0000)
committerChanghyeok Bae <changhyeok.bae@gmail.com>
Tue, 23 Jan 2018 13:17:51 +0000 (22:17 +0900)
IMAGE_DEPENDS is removed in oe-core.

(Poky rev: f93d58378fb4095a18c1403de03ca0e13ce465cd)
(OE-Core rev: c5f33d466122e53be910fa448af60ef3937eb828)

Bug-AGL: SPEC-1181

Change-Id: Id2605ac13b80f8096261f186c3d28eb1d165e2c4
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
meta-app-framework/conf/include/agl-appfw-smack.inc

index 1d8ab0a..b77a5d1 100644 (file)
@@ -4,7 +4,7 @@ DISTRO_FEATURES_append = " smack dbus-cynara xattr"
 
 # use tar-native to support SMACK extended attributes independently of host config
 IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"
-IMAGE_DEPENDS_tar_append = " tar-replacement-native"
+do_image_tar[depends] += "tar-replacement-native:do_populate_sysroot"
 EXTRANATIVEPATH += "tar-native"
 
 # security: enable ssh server in place of dropbear to support PAM on user sessions