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-gnome/recipes-gimp/gegl | |
| 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-gnome/recipes-gimp/gegl')
| -rw-r--r-- | meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb index 1fc8832257..80faa52aed 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb | |||
| @@ -28,7 +28,7 @@ SRC_URI = " \ | |||
| 28 | SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd" | 28 | SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" | 30 | PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" |
| 31 | PACKAGECONFIG_class-native = "libpng librsvg" | 31 | PACKAGECONFIG:class-native = "libpng librsvg" |
| 32 | 32 | ||
| 33 | PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper" | 33 | PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper" |
| 34 | PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2" | 34 | PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2" |
| @@ -47,7 +47,7 @@ PACKAGECONFIG[tiff] = "-Dlibtiff=enabled,-Dlibtiff=disabled,tiff" | |||
| 47 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp" | 47 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp" |
| 48 | 48 | ||
| 49 | # There are a couple of non-symlink .so files installed into libdir, which need to go into main package | 49 | # There are a couple of non-symlink .so files installed into libdir, which need to go into main package |
| 50 | FILES_${PN} += " \ | 50 | FILES:${PN} += " \ |
| 51 | ${libdir}/*.so \ | 51 | ${libdir}/*.so \ |
| 52 | ${libdir}/gegl-${SHPV}/*.json \ | 52 | ${libdir}/gegl-${SHPV}/*.json \ |
| 53 | ${libdir}/gegl-${SHPV}/*.so \ | 53 | ${libdir}/gegl-${SHPV}/*.so \ |
