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-graphics/gtkperf | |
| 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-graphics/gtkperf')
| -rw-r--r-- | meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb index a70d31fed0..30964a1b9a 100644 --- a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | |||
| @@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 24 | 24 | ||
| 25 | do_configure:prepend () { | 25 | do_configure:prepend () { |
| 26 | rm -f ${S}/m4/init.m4 | 26 | rm -f ${S}/m4/init.m4 |
| 27 | cp -f ${WORKDIR}/Makevars ${S}/po/ | 27 | cp -f ${UNPACKDIR}/Makevars ${S}/po/ |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | do_install:append () { | 30 | do_install:append () { |
