diff options
author | Baptiste Durand <baptiste.durand@open.eurogiciel.org> | 2015-05-06 10:03:00 +0200 |
---|---|---|
committer | Baptiste Durand <baptiste.durand@open.eurogiciel.org> | 2015-05-06 10:03:00 +0200 |
commit | f6bbc5f5a2a1d6eb6fd6d31954fc764929a3c93b (patch) | |
tree | c30902f84adc32e9c029a7cc49d27ba905255a43 | |
parent | 78e62f81ad05a5aadd5218c5b49f47f35e3a6b30 (diff) | |
download | meta-tizen-f6bbc5f5a2a1d6eb6fd6d31954fc764929a3c93b.tar.gz meta-tizen-f6bbc5f5a2a1d6eb6fd6d31954fc764929a3c93b.tar.bz2 meta-tizen-f6bbc5f5a2a1d6eb6fd6d31954fc764929a3c93b.zip |
buxton packages : remove systemd-native dependency (useless)
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
-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" |