diff options
| -rw-r--r-- | meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb (renamed from meta-networking/recipes-daemons/opensaf/opensaf_4.7.0.bb) | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_4.7.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb index 42e883a310..f6873781d0 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_4.7.0.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb | |||
| @@ -10,22 +10,21 @@ an informal group of supporters of the OpenSAF initiative. The OpenSAF \ | |||
| 10 | Foundation was founded on January 22nd 2008 with Emerson Network Power, \ | 10 | Foundation was founded on January 22nd 2008 with Emerson Network Power, \ |
| 11 | Ericsson, Nokia Siemens Networks, HP and Sun Microsystems as founding members." | 11 | Ericsson, Nokia Siemens Networks, HP and Sun Microsystems as founding members." |
| 12 | HOMEPAGE = "http://www.opensaf.org" | 12 | HOMEPAGE = "http://www.opensaf.org" |
| 13 | SECTION = "admin" | ||
| 14 | LICENSE = "LGPLv2.1" | ||
| 15 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7" | ||
| 13 | 16 | ||
| 14 | inherit autotools useradd systemd pkgconfig | 17 | DEPENDS = "libxml2 python" |
| 15 | 18 | ||
| 16 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \ | 19 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \ |
| 17 | file://install-samples-from-srcdir.patch \ | 20 | file://install-samples-from-srcdir.patch \ |
| 18 | file://0001-plmcd-error-fix.patch \ | 21 | file://0001-plmcd-error-fix.patch \ |
| 19 | " | 22 | " |
| 20 | 23 | ||
| 21 | SRC_URI[md5sum] = "82dd2777a672140e22b8205f10aa55d3" | 24 | SRC_URI[md5sum] = "94cd1a4c0406e6a45bb04c003f8690e7" |
| 22 | SRC_URI[sha256sum] = "da9e138650b835728ad51d99268d3a31419b254c4cb4e87c6ec90bc45266d7d2" | 25 | SRC_URI[sha256sum] = "4b4188a0f3d0ed1ed0e3d77de27c45e2c96b437401de08e7df2ed9ecd54bb999" |
| 23 | |||
| 24 | SECTION = "admin" | ||
| 25 | LICENSE = "LGPLv2.1" | ||
| 26 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7" | ||
| 27 | 26 | ||
| 28 | DEPENDS = "libxml2 python" | 27 | inherit autotools useradd systemd pkgconfig |
| 29 | 28 | ||
| 30 | USERADD_PACKAGES = "${PN}" | 29 | USERADD_PACKAGES = "${PN}" |
| 31 | GROUPADD_PARAM_${PN} = "-f -r opensaf" | 30 | GROUPADD_PARAM_${PN} = "-f -r opensaf" |
| @@ -37,22 +36,14 @@ SYSTEMD_AUTO_ENABLE = "disable" | |||
| 37 | PACKAGECONFIG[systemd] = "--enable-systemd-daemon" | 36 | PACKAGECONFIG[systemd] = "--enable-systemd-daemon" |
| 38 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi" | 37 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi" |
| 39 | 38 | ||
| 40 | do_configure_prepend () { | ||
| 41 | ( cd ${S}; autoreconf -f -i -s ) | ||
| 42 | } | ||
| 43 | |||
| 44 | EXTRA_OECONF += " --libdir=${libdir}/opensaf " | 39 | EXTRA_OECONF += " --libdir=${libdir}/opensaf " |
| 45 | EXTRA_OEMAKE += " -Wl,-rpath,${libdir}/opensaf " | 40 | EXTRA_OEMAKE += " -Wl,-rpath,${libdir}/opensaf " |
| 46 | 41 | ||
| 47 | PKGLIBDIR="${libdir}/opensaf/opensaf" | 42 | PKGLIBDIR="${libdir}/opensaf/opensaf" |
| 48 | 43 | ||
| 49 | FILES_${PN} += "${localstatedir}/run" | 44 | do_configure_prepend () { |
| 50 | 45 | ( cd ${S}; autoreconf -f -i -s ) | |
| 51 | FILES_${PN}-staticdev += "${PKGLIBDIR}/*.a" | 46 | } |
| 52 | |||
| 53 | RDEPENDS_${PN} += "bash python" | ||
| 54 | |||
| 55 | INSANE_SKIP_${PN} = "dev-so" | ||
| 56 | 47 | ||
| 57 | do_install_append() { | 48 | do_install_append() { |
| 58 | rm -fr "${D}${localstatedir}/lock" | 49 | rm -fr "${D}${localstatedir}/lock" |
| @@ -62,5 +53,11 @@ do_install_append() { | |||
| 62 | install -m 0644 ${B}/osaf/services/infrastructure/nid/config/opensafd.service \ | 53 | install -m 0644 ${B}/osaf/services/infrastructure/nid/config/opensafd.service \ |
| 63 | ${D}${systemd_unitdir}/system | 54 | ${D}${systemd_unitdir}/system |
| 64 | install -m 0644 ${B}/contrib/plmc/config/*.service ${D}/${systemd_unitdir}/system | 55 | install -m 0644 ${B}/contrib/plmc/config/*.service ${D}/${systemd_unitdir}/system |
| 65 | |||
| 66 | } | 56 | } |
| 57 | |||
| 58 | FILES_${PN} += "${localstatedir}/run" | ||
| 59 | FILES_${PN}-staticdev += "${PKGLIBDIR}/*.a" | ||
| 60 | |||
| 61 | INSANE_SKIP_${PN} = "dev-so" | ||
| 62 | |||
| 63 | RDEPENDS_${PN} += "bash python" | ||
