diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
| commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
| tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-extended/qpid | |
| parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
| download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz | |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-extended/qpid')
| -rw-r--r-- | meta-openstack/recipes-extended/qpid/qpid_0.20.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb index 933f5ef..9d8bfc6 100644 --- a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb +++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7ab4c208aa62d92d7a03cc8e0a89c12b" |
| 5 | SECTION = "mq" | 5 | SECTION = "mq" |
| 6 | DEPENDS = "boost perl-native python3 util-linux cyrus-sasl" | 6 | DEPENDS = "boost perl-native python3 util-linux cyrus-sasl" |
| 7 | RDEPENDS_${PN} = "cyrus-sasl-bin" | 7 | RDEPENDS:${PN} = "cyrus-sasl-bin" |
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ | 10 | SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ |
| @@ -32,28 +32,28 @@ EXTRA_OEMAKE += " CPPFLAGS=-Wno-unused-function \ | |||
| 32 | pythondir=${PYTHON_SITEPACKAGES_DIR} \ | 32 | pythondir=${PYTHON_SITEPACKAGES_DIR} \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | do_install_append() { | 35 | do_install:append() { |
| 36 | install -d ${D}${sysconfdir}/init.d | 36 | install -d ${D}${sysconfdir}/init.d |
| 37 | install -m 0755 ${WORKDIR}/qpidd ${D}${sysconfdir}/init.d/qpidd | 37 | install -m 0755 ${WORKDIR}/qpidd ${D}${sysconfdir}/init.d/qpidd |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGES += "qmfgen qmfgen-python qmfgen-python-dbg" | 40 | PACKAGES += "qmfgen qmfgen-python qmfgen-python-dbg" |
| 41 | 41 | ||
| 42 | FILES_qmfgen = "${bindir}/qmf-gen" | 42 | FILES:qmfgen = "${bindir}/qmf-gen" |
| 43 | 43 | ||
| 44 | FILES_qmfgen-python = "${PYTHON_SITEPACKAGES_DIR}/*" | 44 | FILES:qmfgen-python = "${PYTHON_SITEPACKAGES_DIR}/*" |
| 45 | 45 | ||
| 46 | FILES_qmfgen-python-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/*" | 46 | FILES:qmfgen-python-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/*" |
| 47 | 47 | ||
| 48 | FILES_${PN} += "${libdir}/${PN}/tests/test_store.so" | 48 | FILES:${PN} += "${libdir}/${PN}/tests/test_store.so" |
| 49 | 49 | ||
| 50 | FILES_${PN}-dev += "${libdir}/${PN}/tests/test_store.so " | 50 | FILES:${PN}-dev += "${libdir}/${PN}/tests/test_store.so " |
| 51 | 51 | ||
| 52 | FILES_${PN}-dbg += "${libdir}/${PN}/${PN}/tests/.debug/* \ | 52 | FILES:${PN}-dbg += "${libdir}/${PN}/${PN}/tests/.debug/* \ |
| 53 | ${libdir}/${PN}/tests/.debug/* \ | 53 | ${libdir}/${PN}/tests/.debug/* \ |
| 54 | ${libdir}/${PN}/daemon/.debug/*" | 54 | ${libdir}/${PN}/daemon/.debug/*" |
| 55 | 55 | ||
| 56 | FILES_${PN}-doc += "${datadir}/qpidc/*" | 56 | FILES:${PN}-doc += "${datadir}/qpidc/*" |
| 57 | 57 | ||
| 58 | INITSCRIPT_NAME = "qpidd" | 58 | INITSCRIPT_NAME = "qpidd" |
| 59 | INITSCRIPT_PARAMS = "defaults" | 59 | INITSCRIPT_PARAMS = "defaults" |
