Skip to content

Commit

Permalink
package/popperjs: remove package
Browse files Browse the repository at this point in the history
PopperJS project is now called floating-ui and is hosted on
https://github.com/floating-ui/floating-ui this caused legacy
source code archives to be repackaged with difference directory
name which broke the sha256 hash and made the autobuild fail.

Given the package has never been bumped since its introduction the
support for that package should probably be dropped.

This package used to be maintained by Thomas De Schampheleire, who no
longer contributes to Buildroot, and removed himself from the
DEVELOPERS file in March 2024.

Fixes:

  https://autobuild.buildroot.org/results/ab62afa6252ad986a900fbfc8b805038edc5d1d6/
  https://autobuild.buildroot.org/results/d1a5b56b987aa178b2ca3fa0855a5bd3da896bcb/
  https://autobuild.buildroot.org/results/9629da94be61a906fd113e77f0120cade521a715/

Signed-off-by: Thomas Perale <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tperale authored and tpetazzoni committed Oct 26, 2024
1 parent 72a30e2 commit 2b89c72
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
6 changes: 6 additions & 0 deletions Config.in.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ endif

comment "Legacy options removed in 2024.11"

config BR2_PACKAGE_POPPERJS
bool "popperjs has been removed"
select BR2_LEGACY
help
The project has been renamed to floating-ui.

config BR2_KERNEL_HEADERS_6_10
bool "kernel headers version 6.10.x are no longer supported"
select BR2_LEGACY
Expand Down
1 change: 0 additions & 1 deletion package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,6 @@ endif
source "package/json-javascript/Config.in"
source "package/jszip/Config.in"
source "package/openlayers/Config.in"
source "package/popperjs/Config.in"
source "package/vis-network/Config.in"
source "package/vuejs/Config.in"
if BR2_PACKAGE_VUEJS
Expand Down
6 changes: 0 additions & 6 deletions package/popperjs/Config.in

This file was deleted.

3 changes: 0 additions & 3 deletions package/popperjs/popperjs.hash

This file was deleted.

19 changes: 0 additions & 19 deletions package/popperjs/popperjs.mk

This file was deleted.

0 comments on commit 2b89c72

Please sign in to comment.