diff options
-rw-r--r-- | meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton-extraconf.inc | 5 | ||||
-rw-r--r-- | meta-tizen-common-base/recipes-security/buxton/buxton-extraconf.inc | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton-extraconf.inc b/meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton-extraconf.inc index 5d32d0d9..91428928 100644 --- a/meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton-extraconf.inc +++ b/meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton-extraconf.inc @@ -1,8 +1,5 @@ RDEPENDS_${PN}_remove_class-native = "glibc-native" -RDEPENDS_${PN}_remove_class-native = "systemd-native" -DEPENDS_vconf-buxton_remove_class-native = "systemd-native" -DEPENDS_class-native += "systemd-native" DEPENDS_class-native += "vconf-internal-keys-native" -DEPENDS_class-native += "buxton-native" + diff --git a/meta-tizen-common-base/recipes-security/buxton/buxton-extraconf.inc b/meta-tizen-common-base/recipes-security/buxton/buxton-extraconf.inc index ba685f97..12bfe89e 100644 --- a/meta-tizen-common-base/recipes-security/buxton/buxton-extraconf.inc +++ b/meta-tizen-common-base/recipes-security/buxton/buxton-extraconf.inc @@ -3,7 +3,6 @@ SRC_URI_class-native += "file://0001-remove-buxtondgeneration.patch" DEPENDS_append_class-native = "" -DEPENDS_append_class-native += "systemd-native " DEPENDS_append_class-native += "libcheck-native" DEPENDS_append_class-native += "attr-native" DEPENDS_append_class-native += "gdbm-native" |