diff options
| -rw-r--r-- | meta-oe/recipes-multimedia/live555/live555/config.linux-cross (renamed from meta-oe/recipes-multimedia/live555/files/config.linux-cross) | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/live555/live555_20200721.bb (renamed from meta-oe/recipes-multimedia/live555/live555_20190828.bb) | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/live555/files/config.linux-cross b/meta-oe/recipes-multimedia/live555/live555/config.linux-cross index d1277da8d1..fe6a28604b 100644 --- a/meta-oe/recipes-multimedia/live555/files/config.linux-cross +++ b/meta-oe/recipes-multimedia/live555/live555/config.linux-cross | |||
| @@ -12,6 +12,6 @@ CONSOLE_LINK_OPTS = $(LINK_OPTS) | |||
| 12 | LIBRARY_LINK = $(LD) -o | 12 | LIBRARY_LINK = $(LD) -o |
| 13 | LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic | 13 | LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic |
| 14 | LIB_SUFFIX = a | 14 | LIB_SUFFIX = a |
| 15 | LIBS_FOR_CONSOLE_APPLICATION = | 15 | LIBS_FOR_CONSOLE_APPLICATION = -lssl -lcrypto |
| 16 | LIBS_FOR_GUI_APPLICATION = | 16 | LIBS_FOR_GUI_APPLICATION = |
| 17 | EXE = | 17 | EXE = |
diff --git a/meta-oe/recipes-multimedia/live555/live555_20190828.bb b/meta-oe/recipes-multimedia/live555/live555_20200721.bb index 39e1fddfcc..df85cd4844 100644 --- a/meta-oe/recipes-multimedia/live555/live555_20190828.bb +++ b/meta-oe/recipes-multimedia/live555/live555_20200721.bb | |||
| @@ -7,13 +7,16 @@ HOMEPAGE = "http://live.com/" | |||
| 7 | LICENSE = "LGPLv3" | 7 | LICENSE = "LGPLv3" |
| 8 | SECTION = "devel" | 8 | SECTION = "devel" |
| 9 | 9 | ||
| 10 | DEPENDS = "openssl" | ||
| 11 | |||
| 10 | URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}" | 12 | URLV = "${@d.getVar('PV')[0:4]}.${@d.getVar('PV')[4:6]}.${@d.getVar('PV')[6:8]}" |
| 11 | SRC_URI = "https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz \ | 13 | SRC_URI = "https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz \ |
| 12 | file://config.linux-cross" | 14 | file://config.linux-cross" |
| 15 | |||
| 13 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older | 16 | # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older |
| 14 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n" | 17 | MIRRORS += "http://www.live555.com/liveMedia/public/ http://download.videolan.org/contrib/live555/ \n" |
| 15 | 18 | ||
| 16 | SRC_URI[sha256sum] = "a3dcd157865186cf883c3a80b4bb09637e91fff96b234b2c780a7f7dcc7a35dc" | 19 | SRC_URI[sha256sum] = "89b2d99589de2ce9b4007ea6625dfce28317421604cf5131f4e1bf5bf7040b63" |
| 17 | 20 | ||
| 18 | S = "${WORKDIR}/live" | 21 | S = "${WORKDIR}/live" |
| 19 | 22 | ||
