diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-07-11 15:21:53 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-07-11 15:21:53 +0200 |
commit | 7fe18c8c4d51e3986818e057e758625f106bc610 (patch) | |
tree | 916f14f6ed256f92e5a4ce2a32e1f6d4d4faeeeb /recipes-tizen/default-ac-domains | |
parent | 1b478aba790c58f43c3822ede17ac6d32ee22040 (diff) | |
download | meta-tizen-7fe18c8c4d51e3986818e057e758625f106bc610.tar.gz meta-tizen-7fe18c8c4d51e3986818e057e758625f106bc610.tar.bz2 meta-tizen-7fe18c8c4d51e3986818e057e758625f106bc610.zip |
Update file for manifest support.
Change-Id: I84451ed61d17e57f125fbfbf48f4f0948a88435f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-tizen/default-ac-domains')
-rw-r--r-- | recipes-tizen/default-ac-domains/default-ac-domains.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-tizen/default-ac-domains/default-ac-domains.inc b/recipes-tizen/default-ac-domains/default-ac-domains.inc index 5eee3eaf..0eba0b0b 100644 --- a/recipes-tizen/default-ac-domains/default-ac-domains.inc +++ b/recipes-tizen/default-ac-domains/default-ac-domains.inc @@ -38,9 +38,6 @@ do_compile() { LANG=C export LANG unset DISPLAY - CFLAGS="-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables" ; export CFLAGS ; - CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; - FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; LD_AS_NEEDED=1; export LD_AS_NEEDED ; cp ${S}/packaging/default-ac-domains.manifest . @@ -66,7 +63,7 @@ PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" PACKAGES += " default-ac-domains " default-ac-domains_files = "" -default-ac-domains_files += "default-ac-domains.manifest" +MANIFESTFILES_${PN} = "default-ac-domains.manifest" FILES_${PN} = "${default-ac-domains_files}" |