From: Ronan Le Martret Date: Wed, 15 Oct 2014 13:55:42 +0000 (+0200) Subject: meta-tizen: Revert "fix on remove dlog patch" X-Git-Tag: rev_ivi_2015_02_04~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=460e7d53a0784ea6bc23e495288303777877cf8e;p=scm%2Fbb%2Ftizen-distro.git meta-tizen: Revert "fix on remove dlog patch" This reverts commit eefaa7006317a62b82805d0879e2ab5dc04a208a. (From meta-tizen rev: b994574e1251d090400a70a9de0617847c9a8f0f) Signed-off-by: Patrick Ohly --- diff --git a/meta-tizen/recipes-tizen/pkgmgr/files/remove-dlog-for-native-build.patch b/meta-tizen/recipes-tizen/pkgmgr/files/remove-dlog-for-native-build.patch index 5416a36..8b0d257 100644 --- a/meta-tizen/recipes-tizen/pkgmgr/files/remove-dlog-for-native-build.patch +++ b/meta-tizen/recipes-tizen/pkgmgr/files/remove-dlog-for-native-build.patch @@ -26,7 +26,7 @@ index 96a28f1..471bb77 100644 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") ENDFOREACH(flag) --pkg_check_modules(libpkgs REQUIRED dbus-glib-1 dlog ail pkgmgr-parser pkgmgr-info iniparser libtzplatform-config) +-pkg_check_modules(libpkgs REQUIRED dbus-glib-1 dlog ail pkgmgr-parser pkgmgr-info iniparser libtzplatform-config xdgmime) +pkg_check_modules(libpkgs REQUIRED dbus-glib-1 ail pkgmgr-parser pkgmgr-info iniparser libtzplatform-config xdgmime) FOREACH(flag ${libpkgs_CFLAGS})