diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 13:07:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
| commit | eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch) | |
| tree | 86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-oe/recipes-support/pidgin | |
| parent | 42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff) | |
| download | meta-openembedded-eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee.tar.gz | |
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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/pidgin_2.14.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb b/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb index ac62863f5c..ba7bbc52ff 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb | |||
| @@ -60,8 +60,8 @@ do_configure:append() { | |||
| 60 | sed -i -e "/CONFIG_ARGS/s|${WORKDIR}|\$WORKDIR|g" ${B}/config.h | 60 | sed -i -e "/CONFIG_ARGS/s|${WORKDIR}|\$WORKDIR|g" ${B}/config.h |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | OE_LT_RPATH_ALLOW=":${libdir}/purple-2:" | 63 | OE_LT_RPATH_ALLOW = ":${libdir}/purple-2:" |
| 64 | OE_LT_RPATH_ALLOW[export]="1" | 64 | OE_LT_RPATH_ALLOW[export] = "1" |
| 65 | 65 | ||
| 66 | PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data" | 66 | PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data" |
| 67 | 67 | ||
