diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-16 10:16:46 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-16 10:16:46 +0200 |
commit | 4d162a350263a5bcdc9cb45fea30ed3aa3ae46a9 (patch) | |
tree | 776f639ab3072bd375da7e7c674eeb2a280cfd04 /build.conf | |
parent | 2c41f9563ee142f93a2a126be862fcf59605067a (diff) | |
download | build-config-4d162a350263a5bcdc9cb45fea30ed3aa3ae46a9.tar.gz build-config-4d162a350263a5bcdc9cb45fea30ed3aa3ae46a9.tar.bz2 build-config-4d162a350263a5bcdc9cb45fea30ed3aa3ae46a9.zip |
fix arm build
Change-Id: Ib72db188a7d078553abc8289a2f69752a5b257f6
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -198,9 +198,9 @@ Preinstall: bash ExportFilter: ^qemu-linux-user.*\.x86_64\.rpm$ . armv7l armv7hl aarch64 -ExportFilter: ^qemu-accel-armv7hl.*\.x86_64\.rpm$ . armv7hl -ExportFilter: ^qemu-accel-armv7l.*\.x86_64\.rpm$ . armv7l -ExportFilter: ^qemu-accel-aarch64.*\.x86_64\.rpm$ . aarch64 +ExportFilter: ^qemu-accel-armv7hl.*\.i686\.rpm$ . armv7hl +ExportFilter: ^qemu-accel-armv7l.*\.i686\.rpm$ . armv7l +ExportFilter: ^qemu-accel-aarch64.*\.i686\.rpm$ . aarch64 ExportFilter: \.armv7l\.rpm$ armv7l ExportFilter: \.aarch64\.rpm$ aarch64 ExportFilter: \.x86_64\.rpm$ x86_64 @@ -293,6 +293,9 @@ Macros: %run_check_section 0 %opensuse_bs 1 %_default_patch_fuzz 2 +%_with_dlog_to_systemd_journal 1 +%_with_bluetooth_frwk_libnotification 1 +%_with_neard_nfc 1 %tizen_version 3.0 %tizen 3.0 |