~sil2100/location-service/gps-arm64

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: You-Sheng Yang
  • Date: 2016-08-30 11:18:34 UTC
  • mto: This revision was merged to the branch mainline in revision 275.
  • Revision ID: vicamo.yang@canonical.com-20160830111834-65l8oekfcv56kiq8
Enable gps provider on arm64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
minor=$(shell echo $(full_version) | cut -d'.' -f2)
28
28
patch=$(shell echo $(full_version) | cut -d'.' -f3)
29
29
 
30
 
ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el powerpc arm64))
 
30
ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el powerpc))
31
31
        LOCATION_SERVICE_ENABLE_GPS_PROVIDER = OFF
32
32
else
33
33
        LOCATION_SERVICE_ENABLE_GPS_PROVIDER = ON
47
47
 
48
48
override_dh_auto_clean:
49
49
        rm -f $(CURDIR)/debian/libubuntu-location-service$(major).install.amd64
 
50
        rm -f $(CURDIR)/debian/libubuntu-location-service$(major).install.arm64
50
51
        rm -f $(CURDIR)/debian/libubuntu-location-service$(major).install.armhf
51
52
        rm -f $(CURDIR)/debian/libubuntu-location-service$(major).install.i386
52
53
        /bin/sh $(CURDIR)/debian/gen-debian-files.sh $(CURDIR)/debian