Summary: C library and tools for interacting with the linux GPIO character device Name: libgpiod Version: 1.4.3 Release: r0 License: LGPLv2.1+ Group: base Packager: Poky BuildRequires: autoconf-archive-native BuildRequires: autoconf-native BuildRequires: automake-native BuildRequires: gnu-config-native BuildRequires: libtool-cross BuildRequires: libtool-native BuildRequires: pkgconfig-native BuildRequires: python3-native BuildRequires: virtual/aarch64-poky-linux-compilerlibs BuildRequires: virtual/aarch64-poky-linux-gcc BuildRequires: virtual/libc Requires: ld-linux-aarch64.so.1()(64bit) Requires: ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) Requires: libc.so.6()(64bit) Requires: libc.so.6(GLIBC_2.17)(64bit) Requires: libc6 >= 2.31+git0+4f0a61f753 Requires: libgcc1 >= 9.3.0 Requires: libgcc_s.so.1()(64bit) Requires: libgcc_s.so.1(GCC_3.0)(64bit) Requires: libgpiod.so.2()(64bit) Requires: libm.so.6()(64bit) Requires: libstdc++.so.6()(64bit) Requires: libstdc++.so.6(CXXABI_1.3)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4.11)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4.20)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Requires: libstdc++6 >= 9.3.0 Requires: rtld(GNU_HASH) Requires(post): ld-linux-aarch64.so.1()(64bit) Requires(post): ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) Requires(post): libc.so.6()(64bit) Requires(post): libc.so.6(GLIBC_2.17)(64bit) Requires(post): libc6 >= 2.31+git0+4f0a61f753 Requires(post): libgcc1 >= 9.3.0 Requires(post): libgcc_s.so.1()(64bit) Requires(post): libgcc_s.so.1(GCC_3.0)(64bit) Requires(post): libgpiod.so.2()(64bit) Requires(post): libm.so.6()(64bit) Requires(post): libstdc++.so.6()(64bit) Requires(post): libstdc++.so.6(CXXABI_1.3)(64bit) Requires(post): libstdc++.so.6(GLIBCXX_3.4)(64bit) Requires(post): libstdc++.so.6(GLIBCXX_3.4.11)(64bit) Requires(post): libstdc++.so.6(GLIBCXX_3.4.14)(64bit) Requires(post): libstdc++.so.6(GLIBCXX_3.4.20)(64bit) Requires(post): libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Requires(post): libstdc++6 >= 9.3.0 Requires(post): rtld(GNU_HASH) Provides: libgpiod.so.2()(64bit) Provides: libgpiodcxx.so.1()(64bit) %description C library and tools for interacting with the linux GPIO character device. %package -n libgpiod-src Summary: C library and tools for interacting with the linux GPIO character device - Source files License: LGPLv2.1+ Group: devel %description -n libgpiod-src C library and tools for interacting with the linux GPIO character device. This package contains sources for debugging purposes. %package -n libgpiod-dbg Summary: C library and tools for interacting with the linux GPIO character device - Debugging files License: LGPLv2.1+ Group: devel Recommends: glibc-dbg Recommends: libgcc-dbg Recommends: libstdc++-dbg %description -n libgpiod-dbg C library and tools for interacting with the linux GPIO character device. This package contains ELF symbols and related sources for debugging purposes. %package -n libgpiod-python Summary: C library and tools for interacting with the linux GPIO character device License: LGPLv2.1+ Group: base %description -n libgpiod-python C library and tools for interacting with the linux GPIO character device. %package -n libgpiod-tools Summary: C library and tools for interacting with the linux GPIO character device License: LGPLv2.1+ Group: base Requires: ld-linux-aarch64.so.1()(64bit) Requires: ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) Requires: libc.so.6()(64bit) Requires: libc.so.6(GLIBC_2.17)(64bit) Requires: libc6 >= 2.31+git0+4f0a61f753 Requires: libgpiod >= 1.4.3 Requires: libgpiod.so.2()(64bit) Requires: rtld(GNU_HASH) %description -n libgpiod-tools C library and tools for interacting with the linux GPIO character device. %package -n libgpiod-staticdev Summary: C library and tools for interacting with the linux GPIO character device - Development files (Static Libraries) License: LGPLv2.1+ Group: devel Requires: libgpiod-dev = 1.4.3-r0 %description -n libgpiod-staticdev C library and tools for interacting with the linux GPIO character device. This package contains static libraries for software development. %package -n libgpiod-dev Summary: C library and tools for interacting with the linux GPIO character device - Development files License: LGPLv2.1+ Group: devel Requires: libgpiod = 1.4.3-r0 Recommends: glibc-dev Recommends: libgcc-dev Recommends: libstdc++-dev %description -n libgpiod-dev C library and tools for interacting with the linux GPIO character device. This package contains symbolic links, header files, and related items necessary for software development. %package -n libgpiod-doc Summary: C library and tools for interacting with the linux GPIO character device - Documentation files License: LGPLv2.1+ Group: doc %description -n libgpiod-doc C library and tools for interacting with the linux GPIO character device. This package contains documentation. %package -n libgpiod-locale Summary: C library and tools for interacting with the linux GPIO character device License: LGPLv2.1+ Group: base %description -n libgpiod-locale C library and tools for interacting with the linux GPIO character device. %post # libgpiod - postinst #!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi %files %defattr(-,-,-,-) %dir "/usr" %dir "/usr/lib" "/usr/lib/libgpiod.so.2.1.3" "/usr/lib/libgpiod.so.2" "/usr/lib/libgpiodcxx.so.1.0.4" "/usr/lib/libgpiodcxx.so.1" %files -n libgpiod-src %defattr(-,-,-,-) %dir "/usr" %dir "/usr/src" %dir "/usr/src/debug" %dir "/usr/src/debug/libgpiod" %dir "/usr/src/debug/libgpiod/1.4.3-r0" %dir "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3" %dir "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings" %dir "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/include" %dir "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools" %dir "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/lib" %dir "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings/cxx" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings/cxx/line_bulk.cpp" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings/cxx/chip.cpp" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings/cxx/gpiod.hpp" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings/cxx/line.cpp" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/bindings/cxx/iter.cpp" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/include/gpiod.h" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/gpiofind.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/gpioset.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/gpioget.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/tools-common.h" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/tools-common.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/gpiodetect.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/gpiomon.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/tools/gpioinfo.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/lib/iter.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/lib/misc.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/lib/ctxless.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/lib/helpers.c" "/usr/src/debug/libgpiod/1.4.3-r0/libgpiod-1.4.3/lib/core.c" %files -n libgpiod-dbg %defattr(-,-,-,-) %dir "/usr" %dir "/usr/bin" %dir "/usr/lib" %dir "/usr/bin/.debug" "/usr/bin/.debug/gpiodetect" "/usr/bin/.debug/gpioset" "/usr/bin/.debug/gpiofind" "/usr/bin/.debug/gpiomon" "/usr/bin/.debug/gpioget" "/usr/bin/.debug/gpioinfo" %dir "/usr/lib/.debug" "/usr/lib/.debug/libgpiod.so.2.1.3" "/usr/lib/.debug/libgpiodcxx.so.1.0.4" %files -n libgpiod-tools %defattr(-,-,-,-) %dir "/usr" %dir "/usr/bin" "/usr/bin/gpiodetect" "/usr/bin/gpioset" "/usr/bin/gpiofind" "/usr/bin/gpiomon" "/usr/bin/gpioget" "/usr/bin/gpioinfo" %files -n libgpiod-dev %defattr(-,-,-,-) %dir "/usr" %dir "/usr/include" %dir "/usr/lib" "/usr/include/gpiod.h" "/usr/include/gpiod.hpp" %dir "/usr/lib/pkgconfig" "/usr/lib/libgpiodcxx.so" "/usr/lib/libgpiod.so" "/usr/lib/pkgconfig/libgpiodcxx.pc" "/usr/lib/pkgconfig/libgpiod.pc"