diff options
Diffstat (limited to 'meta-oe/recipes-extended/subsurface/subsurface_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/subsurface/subsurface_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb index d401c4e6f6..8cdbf00348 100644 --- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb +++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb | |||
| @@ -18,11 +18,11 @@ EXTRA_OEMAKE = "CC='${CC}' \ | |||
| 18 | libdc-usr=${STAGING_INCDIR}/libdivecomputer/* \ | 18 | libdc-usr=${STAGING_INCDIR}/libdivecomputer/* \ |
| 19 | LIBDIVECOMPUTERINCLUDES=${STAGING_INCDIR}/libdivecomputer \ | 19 | LIBDIVECOMPUTERINCLUDES=${STAGING_INCDIR}/libdivecomputer \ |
| 20 | LIBDIVECOMPUTERARCHIVE=${STAGING_LIBDIR}/libdivecomputer.a \ | 20 | LIBDIVECOMPUTERARCHIVE=${STAGING_LIBDIR}/libdivecomputer.a \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | do_install() { | 23 | do_install() { |
| 24 | oe_runmake install DESTDIR=${D} | 24 | oe_runmake install DESTDIR=${D} |
| 25 | rm ${D}${datadir}/icons/hicolor/icon-theme.cache | 25 | rm ${D}${datadir}/icons/hicolor/icon-theme.cache |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg" | 28 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg" |
