This branch adds 8.0.0 support for redis WITHOUT any additional modules configured in the build. Module support will require cargo and is deferred for another day.
This effectively copies the 7.2.12 recipe, refreshes the patches/LICENSE file, and provides a baseline package to install. See redis v8.0.0 README for more details. Eric Meyers (1): redis: Add redis 8.0.0 recipe ...-hiredis-use-default-CC-if-it-is-set.patch | 45 + ...ile-to-use-environment-build-setting.patch | 81 + ...003-hack-to-force-use-of-libc-malloc.patch | 39 + .../0004-src-Do-not-reset-FINAL_LIBS.patch | 34 + ...RCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch | 33 + .../redis/redis-8.0.0/init-redis-server | 71 + .../redis/redis-8.0.0/redis.conf | 1314 +++++++++++++++++ .../redis/redis-8.0.0/redis.service | 17 + meta-oe/recipes-extended/redis/redis_8.0.0.bb | 88 ++ 9 files changed, 1722 insertions(+) create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/0001-hiredis-use-default-CC-if-it-is-set.patch create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/0002-lua-update-Makefile-to-use-environment-build-setting.patch create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/0003-hack-to-force-use-of-libc-malloc.patch create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/0004-src-Do-not-reset-FINAL_LIBS.patch create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/init-redis-server create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/redis.conf create mode 100644 meta-oe/recipes-extended/redis/redis-8.0.0/redis.service create mode 100644 meta-oe/recipes-extended/redis/redis_8.0.0.bb
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124494): https://lists.openembedded.org/g/openembedded-devel/message/124494 Mute This Topic: https://lists.openembedded.org/mt/117881090/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
