diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-xfce/recipes-apps/xfce4-notifyd | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-notifyd')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb index 5476b20bd3..a145295b6a 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb | |||
| @@ -20,11 +20,11 @@ SRC_URI[sha256sum] = "19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7 | |||
| 20 | # org.freedesktop.Notifications | 20 | # org.freedesktop.Notifications |
| 21 | EXTRA_OECONF = "--disable-dbus-start-daemon" | 21 | EXTRA_OECONF = "--disable-dbus-start-daemon" |
| 22 | 22 | ||
| 23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
| 24 | mkdir -p xfce4-notifyd xfce4-notifyd-config | 24 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
| 28 | ${systemd_user_unitdir} \ | 28 | ${systemd_user_unitdir} \ |
| 29 | ${datadir}/xfce4 \ | 29 | ${datadir}/xfce4 \ |
| 30 | ${datadir}/themes \ | 30 | ${datadir}/themes \ |
