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-oe/recipes-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-oe/recipes-gnome')
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb index f51451d971..54b37912b2 100644 --- a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb | |||
| @@ -19,5 +19,5 @@ export ac_cv_have_iconv_detect_h="yes" | |||
| 19 | export ac_cv_sys_file_offset_bits="64" | 19 | export ac_cv_sys_file_offset_bits="64" |
| 20 | 20 | ||
| 21 | do_configure:append () { | 21 | do_configure:append () { |
| 22 | cp ${WORKDIR}/iconv-detect.h ${S} | 22 | cp ${UNPACKDIR}/iconv-detect.h ${S} |
| 23 | } | 23 | } |
diff --git a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb index db55f22398..1cfd9c1cba 100644 --- a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb +++ b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb | |||
| @@ -11,7 +11,7 @@ PROVIDES = "gnome-doc-utils" | |||
| 11 | 11 | ||
| 12 | do_install:append() { | 12 | do_install:append() { |
| 13 | install -d ${D}${datadir}/aclocal/ | 13 | install -d ${D}${datadir}/aclocal/ |
| 14 | install ${WORKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/ | 14 | install ${UNPACKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/ |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | FILES:${PN} += "${datadir}" | 17 | FILES:${PN} += "${datadir}" |
