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-oe/recipes-graphics/gphoto2 | |
| 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-oe/recipes-graphics/gphoto2')
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb index 791ea8db16..e4be2d7f41 100644 --- a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb +++ b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 5 | 5 | ||
| 6 | DEPENDS = "libgphoto2 popt readline" | 6 | DEPENDS = "libgphoto2 popt readline" |
| 7 | RDEPENDS_gphoto2 = "libgphoto2" | 7 | RDEPENDS:gphoto2 = "libgphoto2" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \ |
| 10 | file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \ | 10 | file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \ |
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb index ebb0c34169..6f8d424a99 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb | |||
| @@ -25,7 +25,7 @@ PACKAGECONFIG ??= "" | |||
| 25 | PACKAGECONFIG[gd] = ",--without-gdlib,gd" | 25 | PACKAGECONFIG[gd] = ",--without-gdlib,gd" |
| 26 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" | 26 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" |
| 27 | 27 | ||
| 28 | do_configure_append() { | 28 | do_configure:append() { |
| 29 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ | 29 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ |
| 30 | cd ${S}/libgphoto2_port/ | 30 | cd ${S}/libgphoto2_port/ |
| 31 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths | 31 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths |
| @@ -38,18 +38,18 @@ do_configure_append() { | |||
| 38 | cd ${S} | 38 | cd ${S} |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | do_install_append() { | 41 | do_install:append() { |
| 42 | install -d ${D}${sysconfdir}/udev/rules.d/ | 42 | install -d ${D}${sysconfdir}/udev/rules.d/ |
| 43 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ | 43 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" | 46 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" |
| 47 | FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" | 47 | FILES:libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" |
| 48 | RRECOMMENDS_${PN} = "libgphoto2-camlibs" | 48 | RRECOMMENDS:${PN} = "libgphoto2-camlibs" |
| 49 | 49 | ||
| 50 | FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" | 50 | FILES:libgphotoport = "${libdir}/libgphoto2_port.so.*" |
| 51 | 51 | ||
| 52 | FILES_${PN} += "${nonarch_base_libdir}/udev/*" | 52 | FILES:${PN} += "${nonarch_base_libdir}/udev/*" |
| 53 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 53 | FILES:${PN}-dbg += "${libdir}/*/*/.debug" |
| 54 | FILES_${PN}-dev += "${libdir}/*/*/*.la" | 54 | FILES:${PN}-dev += "${libdir}/*/*/*.la" |
| 55 | FILES_${PN}-doc += "${datadir}/libgphoto2_port/0.12.0/vcamera/README.txt" | 55 | FILES:${PN}-doc += "${datadir}/libgphoto2_port/0.12.0/vcamera/README.txt" |
