Compare commits

..

No commits in common. "694e8d1b5003106f5149b9499ff068104802f70d" and "35a6571846f07dc608f3350f5e62c3b680ab9ad0" have entirely different histories.

11 changed files with 7 additions and 15 deletions

View File

@ -3,7 +3,6 @@ From: Cole Mickens <cole.mickens@gmail.com>
Date: Sun, 26 Jan 2020 01:27:08 -0800 Date: Sun, 26 Jan 2020 01:27:08 -0800
Subject: [PATCH] CMakeLists.txt: output date.pc for pkg-config Subject: [PATCH] CMakeLists.txt: output date.pc for pkg-config
Upstream-Status: Pending []
--- ---
CMakeLists.txt | 15 +++++++++++++++ CMakeLists.txt | 15 +++++++++++++++
date.pc.in | 10 ++++++++++ date.pc.in | 10 ++++++++++

View File

@ -8,8 +8,6 @@ workaround for:
| FAILED: version.h | FAILED: version.h
| /home/flk/build/poky/build-intel/tmp/hosttools/env LC_ALL=C ../git/generate-version.sh 3.0.1 ../git/ version.h | /home/flk/build/poky/build-intel/tmp/hosttools/env LC_ALL=C ../git/generate-version.sh 3.0.1 ../git/ version.h
| fatal: unsafe repository ('/home/flk/build/poky/build-intel/tmp/work/corei7-64-poky-linux/fcft/3.0.1-r0/git' is owned by someone else) | fatal: unsafe repository ('/home/flk/build/poky/build-intel/tmp/work/corei7-64-poky-linux/fcft/3.0.1-r0/git' is owned by someone else)
Upstream-Status: Inappropriate [oe-specific]
--- ---
generate-version.sh | 19 +------------------ generate-version.sh | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-) 1 file changed, 1 insertion(+), 18 deletions(-)

View File

@ -4,8 +4,6 @@ Date: Thu, 13 Jul 2023 19:26:40 +0200
Subject: [PATCH] Makefile: dont add -static to LDFLAGS Subject: [PATCH] Makefile: dont add -static to LDFLAGS
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Inappropriate [oe-specific]
--- ---
Makefile | 1 - Makefile | 1 -
1 file changed, 1 deletion(-) 1 file changed, 1 deletion(-)

View File

@ -4,8 +4,6 @@ Date: Mon, 1 Jun 2020 22:32:16 +0200
Subject: [PATCH 1/1] fix wrong math Subject: [PATCH 1/1] fix wrong math
Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Christian Hesse <mail@eworm.de>
Upstream-Status: Pending []
--- ---
xcur2png.c | 6 +++--- xcur2png.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-) 1 file changed, 3 insertions(+), 3 deletions(-)

View File

@ -3,7 +3,6 @@ From: Markus Volk <f_l_k@t-online.de>
Date: Tue, 19 Apr 2022 13:41:21 +0200 Date: Tue, 19 Apr 2022 13:41:21 +0200
Subject: [PATCH] generate-version.sh: dont try to fetch version from git Subject: [PATCH] generate-version.sh: dont try to fetch version from git
Upstream-Status: Inappropriate [oe-specific]
--- ---
generate-version.sh | 21 ++------------------- generate-version.sh | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-) 1 file changed, 2 insertions(+), 19 deletions(-)

View File

@ -22,7 +22,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "4c72cd4d0b0368ce78bf94ea7f23d47670f0d429" SRCREV = "db417a49e8d7391e11c6ecbccd6dbf22983f28bf"
PV = "0.1.0" PV = "0.1.0"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -1,5 +1,5 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "1ce5b7a046a53c06d33dea79ea63c1e1fce377f8" SRCREV = "98cb18c6fcfe8196ef4150d09fbae305b7bb2954"
# Hack to allow patching the plugins # Hack to allow patching the plugins
do_configure:prepend() { do_configure:prepend() {

View File

@ -45,9 +45,9 @@ RRECOMMENDS:${PN} ?= " \
hyprland-contrib \ hyprland-contrib \
" "
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=aquamarine"
SRCREV = "e2efecc24e6534f46352cab13975778e3f0b5735" SRCREV = "10bbd96868967c272963ce8d8132b93f18f6d574"
PV = "0.42-dev" PV = "0.42-dev"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "adbefbf49664a6c2c8bf36b6487fd31e3eb68086" SRCREV = "5df0174fd09de4ac5475233d65ffc703e89b82eb"
PV = "0.5.2" PV = "0.5.2"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "962582a090bc233c4de9d9897f46794280288989" SRCREV = "eb1ceff2b87f6820789249f63faa8e9dcb54d05f"
PV = "0.2.0" PV = "0.2.0"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
DEPENDS = "pugixml" DEPENDS = "pugixml"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "a048a6cb015340bd82f97c1f40a4b595ca85cc30" SRCREV = "d5fa094ca27e0039be5e94c0a80ae433145af8bb"
PV = "0.4.0" PV = "0.4.0"
inherit cmake pkgconfig inherit cmake pkgconfig