avrdude: fix broken provides entry.

This commit is contained in:
Adrien Destugues
2014-07-29 21:31:25 +02:00
parent 0c593fe23a
commit 48fc6a2d80

View File

@@ -12,7 +12,7 @@ COPYRIGHT="
"
SRC_URI="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.0.1.tar.gz"
CHECKSUM_SHA256="c6804668dfa96b23185dfe2e8239089af4e4ae0b11aa7435bebb28c3260ede41"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -27,7 +27,7 @@ GLOBAL_WRITABLE_FILES="
"
PROVIDES="
avrdude = $portVersion
avrdude$secondaryArchSuffix = $portVersion
cmd:avrdude$secondaryArchSuffix = $portVersion
"