diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-13 14:16:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:44 -0700 |
| commit | ffc64e9c6fee0af7eea3466135416d011172a5e6 (patch) | |
| tree | b9effa069d9af3c63d6f3a41caff6b887450522c /meta-gnome | |
| parent | a90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff) | |
| download | meta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz | |
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb b/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb index e0e4a59d24..af1a7d8673 100644 --- a/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb +++ b/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb | |||
| @@ -24,6 +24,6 @@ S = "${WORKDIR}/git" | |||
| 24 | 24 | ||
| 25 | do_install:append() { | 25 | do_install:append() { |
| 26 | install -d ${D}${datadir}/applications | 26 | install -d ${D}${datadir}/applications |
| 27 | install -m644 ${WORKDIR}/polkit-gnome-authentication-agent-1.desktop \ | 27 | install -m644 ${UNPACKDIR}/polkit-gnome-authentication-agent-1.desktop \ |
| 28 | ${D}${datadir}/applications | 28 | ${D}${datadir}/applications |
| 29 | } | 29 | } |
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb index 90c12efadf..9e641daa5a 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb | |||
| @@ -29,7 +29,7 @@ do_compile() { | |||
| 29 | do_install() { | 29 | do_install() { |
| 30 | oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install | 30 | oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install |
| 31 | install -d ${D}/${sysconfdir}/devilspie2 | 31 | install -d ${D}/${sysconfdir}/devilspie2 |
| 32 | install -m 644 ${WORKDIR}/default.lua ${D}/${sysconfdir}/devilspie2 | 32 | install -m 644 ${UNPACKDIR}/default.lua ${D}/${sysconfdir}/devilspie2 |
| 33 | install -d ${D}/${sysconfdir}/xdg/autostart | 33 | install -d ${D}/${sysconfdir}/xdg/autostart |
| 34 | install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart | 34 | install -m 644 ${UNPACKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart |
| 35 | } | 35 | } |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 103bad1b68..fc19253142 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
| @@ -58,7 +58,7 @@ LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | |||
| 58 | GI_DATA_ENABLED:libc-musl="False" | 58 | GI_DATA_ENABLED:libc-musl="False" |
| 59 | 59 | ||
| 60 | do_configure:append () { | 60 | do_configure:append () { |
| 61 | cp ${WORKDIR}/iconv-detect.h ${S}/src | 61 | cp ${UNPACKDIR}/iconv-detect.h ${S}/src |
| 62 | # avoid writing perl-native path into csv2vcard shebang | 62 | # avoid writing perl-native path into csv2vcard shebang |
| 63 | sed -i "s|@PERL@|${bindir}/perl|" ${S}/src/tools/addressbook-export/csv2vcard.in | 63 | sed -i "s|@PERL@|${bindir}/perl|" ${S}/src/tools/addressbook-export/csv2vcard.in |
| 64 | } | 64 | } |
