ODROID-COMMON: [solve] syntax error near unexpected token `LIBCRYPT,'
Signed-off-by: steve.jeong <jkhpro1003@gmail.com> Change-Id: I1bce1ff782ba93bf76253a8df3dcca70457b5090
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
odroid-wiringpi (3.13.4) stable; urgency=medium
|
||||||
|
|
||||||
|
* ODROID-COMMON: [solve] syntax error near unexpected token `LIBCRYPT,'
|
||||||
|
* ODROID-XU3/4: New support ODROID-XU3/4.
|
||||||
|
|
||||||
|
-- steve <jkhpro1003@gmail.com> Thu, 08 Sep 2022 14:15:42 +0900
|
||||||
|
|
||||||
odroid-wiringpi (3.13.3) stable; urgency=medium
|
odroid-wiringpi (3.13.3) stable; urgency=medium
|
||||||
|
|
||||||
* ODROID-N2/C4: Add path of ADC in kernel 5.x
|
* ODROID-N2/C4: Add path of ADC in kernel 5.x
|
||||||
|
|||||||
3
debian/control
vendored
3
debian/control
vendored
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10),
|
|||||||
libc6-dev,
|
libc6-dev,
|
||||||
libcrypt-dev,
|
libcrypt-dev,
|
||||||
libgpiod-dev,
|
libgpiod-dev,
|
||||||
|
pkg-config,
|
||||||
texlive-latex-base,
|
texlive-latex-base,
|
||||||
texlive-fonts-recommended
|
texlive-fonts-recommended
|
||||||
|
|
||||||
@@ -38,7 +39,7 @@ Description: GPIO development library for ODROID
|
|||||||
|
|
||||||
Package: wiringpi-examples
|
Package: wiringpi-examples
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libwiringpi-dev
|
Depends: libwiringpi-dev, pkg-config
|
||||||
Description: GPIO development library examples for ODROID
|
Description: GPIO development library examples for ODROID
|
||||||
Development libraries to allow GPIO access on a ODROID from C
|
Development libraries to allow GPIO access on a ODROID from C
|
||||||
and C++ programs.
|
and C++ programs.
|
||||||
|
|||||||
2
debian/libwiringpi-dev.install
vendored
2
debian/libwiringpi-dev.install
vendored
@@ -5,7 +5,7 @@ debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libwiringPiDev.la usr/lib/${DEB_HOST_MU
|
|||||||
|
|
||||||
debian/tmp/usr/include/wiringpi2/*.h usr/include/wiringpi2/
|
debian/tmp/usr/include/wiringpi2/*.h usr/include/wiringpi2/
|
||||||
|
|
||||||
debian/tmp/usr/lib/aarch64-linux-gnu/pkgconfig/libwiringpi2.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
|
debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/libwiringpi2.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
|
||||||
|
|
||||||
README.TXT usr/share/doc/wiringpi
|
README.TXT usr/share/doc/wiringpi
|
||||||
People usr/share/doc/wiringpi
|
People usr/share/doc/wiringpi
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user