diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-03 22:47:39 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-04 08:53:47 -0800 |
| commit | 12923e95e087e08e9152a569852e3a2d812b1d2f (patch) | |
| tree | 9329685775cfd332fde46b613703e77e93177347 /meta-oe | |
| parent | 5aa127af2d3942c9b1dfcd768a8123513a26c53f (diff) | |
| download | meta-openembedded-12923e95e087e08e9152a569852e3a2d812b1d2f.tar.gz | |
libblockdev: update to 2.25
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_2.24.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.24.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb index 99cdee5bba..2c8fdc75ca 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.24.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | |||
| 11 | inherit autotools gobject-introspection | 11 | inherit autotools gobject-introspection |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch" | 13 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch" |
| 14 | SRCREV = "f5a4ba8bb298f8cbc435707d0b19b4b2ff836a8e" | 14 | SRCREV = "c50869272b54bf4b4bc3825e8c3332a54678b43f" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | FILES_${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" | 17 | FILES_${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" |
| @@ -37,4 +37,3 @@ PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize" | |||
| 37 | PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" | 37 | PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" |
| 38 | 38 | ||
| 39 | export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" | 39 | export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" |
| 40 | |||
