%ifarch %arm armv7l %{aarch64}
Substitute: mesa-devel pkgconfig(glesv2)
+#Substitute: pkgconfig(egl)
%endif
%if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"|| "%_repository" == "arm"|| "%_repository" == "arm64" || "%_repository" == "arm64-wayland" || "%_repository" == "wayland" || "%_repository" == "standard"
ExportFilter: ^qemu-accel-armv7hl.*\.i686\.rpm$ . armv7hl
ExportFilter: ^qemu-accel-armv7l.*\.i686\.rpm$ . armv7l
ExportFilter: ^qemu-accel-aarch64.*\.i686\.rpm$ . 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: \.armv7l\.rpm$ armv7l
ExportFilter: \.aarch64\.rpm$ aarch64
ExportFilter: \.x86_64\.rpm$ x86_64
%run_check_section 0
%opensuse_bs 1
%_default_patch_fuzz 2
+
%_with_dlog_to_systemd_journal 1
+#Not related to WRT. This build macro controls the libdlog output. If enabled,
+#libdlog writes to Systemd Journal. If disabled, libdlog writes to kernel Android
+#logger FIFO. Affects: dlog.
+#Owner: Mikko
+
%_with_bluetooth_frwk_libnotification 1
+#Macro used to handle bluetooth popups without syspopup/bt-syspopup which needs OSP .
+#In IVI, this macro permits to address bluetooth notifications (using C API) to notification-service daemon.
+#Then homescreen is supposed to deal with those notifications and display relevant popups.
+#Affects: bluetooth-frwk
+#Owner: Corentin Lecouvey
+
%_with_neard_nfc 1
+#Not related to WRT. This build macro controls whether the OS uses
+#legacy nfc-manager or neard enabled nfc-manager-neard. If enabled,
+#nfc-manager-neard is used. Affects: nfc CAPI, emulator-plugin-nfc
+#Owner: Arron Wang
%tizen_version 3.0
%tizen 3.0
%vendor tizen
%_vendor tizen
-
--- /dev/null
+#!/bin/bash
+
+function downloadto() {
+ output=$1
+ shift
+
+ if "$@" >${output}.tmp; then
+ mv ${output}.tmp ${output}
+ echo "$output updated successfully"
+ else
+ rm ${output}.tmp
+ echo "Updating $output failed."
+ fi
+}
+
+downloadto build.conf osc -A https://api.tizen.org meta prjconf Tizen:Common
+downloadto meta.xml osc -A https://api.tizen.org meta prj Tizen:Common