newVersion: Remove unused codes
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I50da462320edefe4cf552718d0a457b91142f50b
This commit is contained in:
14
newVersion
14
newVersion
@@ -31,17 +31,3 @@ vMin=`cut -d. -f2 VERSION`
|
||||
echo "#define VERSION \"`cat VERSION`\"" > version.h
|
||||
echo "#define VERSION_MAJOR $vMaj" >> version.h
|
||||
echo "#define VERSION_MINOR \"$vMin\"" >> version.h
|
||||
|
||||
rm -f debian-template/wiringPi/DEBIAN/control
|
||||
cat > debian-template/wiringPi/DEBIAN/control <<EOF
|
||||
Package: odroid-wiringpi
|
||||
Version: $(cat VERSION)
|
||||
Section: libraries
|
||||
Priority: optional
|
||||
Architecture: arm64
|
||||
Depends: libc6
|
||||
Maintainer: Joshua Yang <joshua.yang@hardkernel.com>
|
||||
Description: The wiringPi libraries, headers and gpio command
|
||||
Libraries to allow GPIO access on a ODROID from C and C++
|
||||
and BASIC programs as well as from the command-line
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user