Thanks, applied as 90e9b31dde981f54c7fd11ad059861795fed4de7.

Michael

[sent from post-receive hook]

On Sat, 17 May 2025 00:02:45 +0200, Uwe Kleine-König 
<[email protected]> wrote:
> Now that the kernel side of the pwm character devices is considered done
> and having a fixed API, libpwm 1.0-rc1 was released. Update from the
> earlier used snapshot.
> 
> Signed-off-by: Uwe Kleine-König <[email protected]>
> Message-Id: <[email protected]>
> [mol: remove autogen.sh for the old version. Not needed for the new one]
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/patches/libpwm-2024-04-09-gf7a7496fcb9d/autogen.sh 
> b/patches/libpwm-2024-04-09-gf7a7496fcb9d/autogen.sh
> deleted file mode 120000
> index 9f8a4cb7ddcb..000000000000
> --- a/patches/libpwm-2024-04-09-gf7a7496fcb9d/autogen.sh
> +++ /dev/null
> @@ -1 +0,0 @@
> -../autogen.sh
> \ No newline at end of file
> diff --git a/rules/libpwm.make b/rules/libpwm.make
> index df4cd5bd542c..4c14e030d6e2 100644
> --- a/rules/libpwm.make
> +++ b/rules/libpwm.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBPWM) += libpwm
>  #
>  # Paths and names
>  #
> -LIBPWM_VERSION               := 2024-04-09-gf7a7496fcb9d
> -LIBPWM_MD5           := 432a7dcb3a71449d6e07c805788a721b
> +LIBPWM_VERSION               := 1.0-rc1
> +LIBPWM_MD5           := bb8032cd03c25a0dcdc76712acda714c
>  LIBPWM                       := libpwm-$(LIBPWM_VERSION)
> -LIBPWM_SUFFIX                := tar.gz
> -LIBPWM_URL           := 
> https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/libpwm.git/snapshot/$(LIBPWM_VERSION).$(LIBPWM_SUFFIX)
> +LIBPWM_SUFFIX                := tar.xz
> +LIBPWM_URL           := 
> https://mirrors.edge.kernel.org/pub/linux/kernel/people/ukleinek/libpwm/libpwm-1.0-rc1.tar.xz
>  LIBPWM_SOURCE                := $(SRCDIR)/$(LIBPWM).$(LIBPWM_SUFFIX)
>  LIBPWM_DIR           := $(BUILDDIR)/$(LIBPWM)
>  LIBPWM_BUILD_OOT     := YES
> @@ -47,7 +47,8 @@ $(STATEDIR)/libpwm.targetinstall:
>       @$(call install_fixup, libpwm, DESCRIPTION, missing)
>  
>       @$(call install_lib, libpwm, 0, 0, 0644, libpwm)
> -     @$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmtest)
> +     @$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmround)
> +     @$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmset)
>       @$(call install_copy, libpwm, 0, 0, 0755, -, /usr/bin/pwmtestperf)
>  
>       @$(call install_finish, libpwm)

Reply via email to