diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2021-02-03 12:42:20 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2021-02-03 12:42:20 +0900 |
commit | 1967395f4c21f89fff2f9e38b0b856366b6e78ab (patch) | |
tree | e38201ecfcb509539876cb12e62e50bd4eeb1e4d | |
parent | f40b597d613e4296621ee4c6a5c1951bc3479fb1 (diff) | |
download | cert-checker-accepted/tizen_6.5_unified.tar.gz cert-checker-accepted/tizen_6.5_unified.tar.bz2 cert-checker-accepted/tizen_6.5_unified.zip |
Change systemd-devel package nametizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211029.140001submit/tizen_6.5/20211028.164001submit/tizen/20210209.100828accepted/tizen/unified/20210210.130319accepted/tizen/7.0/unified/hotfix/20221116.111937accepted/tizen/7.0/unified/20221110.061547accepted/tizen/6.5/unified/20211029.054445accepted/tizen/6.0/unified/20211029.040700tizen_7.0_hotfixtizen_7.0tizen_6.5tizenaccepted/tizen_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unified
Change-Id: I56c59f796f704f37ad5bc933eb106275ca0ef186
-rw-r--r-- | packaging/cert-checker.spec | 2 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/client/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/common/CMakeLists.txt | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/packaging/cert-checker.spec b/packaging/cert-checker.spec index 73c7298..22138ff 100644 --- a/packaging/cert-checker.spec +++ b/packaging/cert-checker.spec @@ -15,7 +15,7 @@ BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(key-manager) -BuildRequires: pkgconfig(libsystemd-journal) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(pkgmgr) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9cdae1b..3119584 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,7 +27,7 @@ PKG_CHECK_MODULES(${TARGET_CERT_CHECKER}_DEP gio-2.0 icu-i18n key-manager - libsystemd-daemon + libsystemd sqlite3 pkgmgr pkgmgr-info diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index fb94c8a..53df03e 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -18,7 +18,7 @@ # PKG_CHECK_MODULES(${TARGET_CERT_CHECKER_CLIENT}_DEP REQUIRED - libsystemd-journal + libsystemd ) SET(${TARGET_CERT_CHECKER_CLIENT}_SRCS diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 8143262..c3175b3 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -18,8 +18,7 @@ # PKG_CHECK_MODULES(${TARGET_CERT_CHECKER_COMMON}_DEP REQUIRED - libsystemd-journal - libsystemd-daemon + libsystemd ) SET(COMMON_PATH ${CERT_CHECKER_SRC_PATH}/common) |