diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-support/pidgin | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin')
| -rw-r--r-- | meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-support/pidgin/icyque_git.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb index 9337ae5966..c547b0532e 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
| @@ -13,7 +13,6 @@ SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" | |||
| 13 | # Upstream repo does not tag | 13 | # Upstream repo does not tag |
| 14 | UPSTREAM_CHECK_COMMITS = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | 16 | ||
| 18 | do_compile() { | 17 | do_compile() { |
| 19 | oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}"; | 18 | oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}"; |
diff --git a/meta-oe/recipes-support/pidgin/icyque_git.bb b/meta-oe/recipes-support/pidgin/icyque_git.bb index b2f9944c16..e8b4a3c2c3 100644 --- a/meta-oe/recipes-support/pidgin/icyque_git.bb +++ b/meta-oe/recipes-support/pidgin/icyque_git.bb | |||
| @@ -15,7 +15,6 @@ SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" | |||
| 15 | # Upstream repo does not tag | 15 | # Upstream repo does not tag |
| 16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | do_compile() { | 19 | do_compile() { |
| 21 | oe_runmake; | 20 | oe_runmake; |
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb index 1981f1ee9c..421b1725ba 100644 --- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb +++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | |||
| @@ -10,7 +10,6 @@ inherit pkgconfig | |||
| 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https" |
| 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" | 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | PV = "1.7+git" | 13 | PV = "1.7+git" |
| 15 | 14 | ||
| 16 | do_compile() { | 15 | do_compile() { |
