diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
commit | 517022211cab2644bac88865e29af726f1aafeaf (patch) | |
tree | d25531af4c6bcad044cadfd39f2892c059cd1ce1 /package/pcsc-lite/Makefile | |
parent | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff) |
avr32 workarounds
Diffstat (limited to 'package/pcsc-lite/Makefile')
-rw-r--r-- | package/pcsc-lite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcsc-lite/Makefile b/package/pcsc-lite/Makefile index 6164ca12f..d935610a6 100644 --- a/package/pcsc-lite/Makefile +++ b/package/pcsc-lite/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= libusb libusb-compat PKG_URL:= http://pcsclite.alioth.debian.org/ PKG_SITES:= http://alioth.debian.org/frs/download.php/3598/ +PKG_ARCH_DEPENDS:= !avr32 + PKG_SUBPKGS:= PCSC_LITE PCSC_LITE_DEV PKGSD_PCSC_LITE_DEV:= header files for pcsc-lite PKGSC_PCSC_LITE_DEV:= devel |