diff options
Diffstat (limited to 'meta-oe/recipes-extended')
8 files changed, 51 insertions, 52 deletions
diff --git a/meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb b/meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb index 0bd5f3242..68a15f897 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb +++ b/meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb | |||
@@ -49,23 +49,23 @@ PACKAGECONFIG[libcurl] = "--with-libcurl,--without-libcurl,curl," | |||
49 | EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" | 49 | EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" |
50 | 50 | ||
51 | do_install_append() { | 51 | do_install_append() { |
52 | install -d ${D}${localstatedir}/${BPN}/bin | 52 | install -d ${D}${localstatedir}/${BPN}/bin |
53 | for f in `ls ${D}${bindir}`; do | 53 | for f in `ls ${D}${bindir}`; do |
54 | ln -s ${bindir}/`basename $f` ${D}${localstatedir}/${BPN}/bin/ | 54 | ln -s ${bindir}/`basename $f` ${D}${localstatedir}/${BPN}/bin/ |
55 | done | 55 | done |
56 | 56 | ||
57 | install -d ${D}${sysconfdir}/default | 57 | install -d ${D}${sysconfdir}/default |
58 | cat << EOF > ${D}${sysconfdir}/default/cfengine3 | 58 | cat << EOF > ${D}${sysconfdir}/default/cfengine3 |
59 | RUN_CF_SERVERD=1 | 59 | RUN_CF_SERVERD=1 |
60 | RUN_CF_EXECD=1 | 60 | RUN_CF_EXECD=1 |
61 | RUN_CF_MONITORD=1 | 61 | RUN_CF_MONITORD=1 |
62 | RUN_CF_HUB=0 | 62 | RUN_CF_HUB=0 |
63 | EOF | 63 | EOF |
64 | 64 | ||
65 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 65 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
66 | install -m 0755 -D ${D}${sysconfdir}/init.d/cfengine3 ${D}${datadir}/${BPN}/cfengine3 | 66 | install -m 0755 -D ${D}${sysconfdir}/init.d/cfengine3 ${D}${datadir}/${BPN}/cfengine3 |
67 | sed -i -e 's#/etc/init.d#${datadir}/${BPN}#' ${D}${systemd_system_unitdir}/*.service | 67 | sed -i -e 's#/etc/init.d#${datadir}/${BPN}#' ${D}${systemd_system_unitdir}/*.service |
68 | fi | 68 | fi |
69 | } | 69 | } |
70 | 70 | ||
71 | RDEPENDS_${PN} += "${BPN}-masterfiles" | 71 | RDEPENDS_${PN} += "${BPN}-masterfiles" |
diff --git a/meta-oe/recipes-extended/corosync/corosync_2.4.0.bb b/meta-oe/recipes-extended/corosync/corosync_2.4.0.bb index 50897f004..a213a2726 100644 --- a/meta-oe/recipes-extended/corosync/corosync_2.4.0.bb +++ b/meta-oe/recipes-extended/corosync/corosync_2.4.0.bb | |||
@@ -48,7 +48,7 @@ do_install_append() { | |||
48 | sed -i -e 's,@INITWRAPPERSDIR@,${sysconfdir}/init.d,g' ${D}${systemd_unitdir}/system/corosync.service | 48 | sed -i -e 's,@INITWRAPPERSDIR@,${sysconfdir}/init.d,g' ${D}${systemd_unitdir}/system/corosync.service |
49 | sed -i -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/corosync-notifyd.service | 49 | sed -i -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/corosync-notifyd.service |
50 | sed -i -e 's,@SBINDIR@,${base_sbindir},g' ${D}${systemd_unitdir}/system/corosync-notifyd.service | 50 | sed -i -e 's,@SBINDIR@,${base_sbindir},g' ${D}${systemd_unitdir}/system/corosync-notifyd.service |
51 | fi | 51 | fi |
52 | } | 52 | } |
53 | 53 | ||
54 | RDEPENDS_${PN} += "bash" | 54 | RDEPENDS_${PN} += "bash" |
diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb index fbd1992d6..0fc628973 100644 --- a/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb +++ b/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb | |||
@@ -6,8 +6,8 @@ LICENSE = "GPLv3" | |||
6 | LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | SRC_URI = "http://www.issihosts.com/haveged/haveged-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.issihosts.com/haveged/haveged-${PV}.tar.gz \ |
9 | file://remove-systemd-unit-503.patch \ | 9 | file://remove-systemd-unit-503.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "015ff58cd10607db0e0de60aeca2f5f8" | 12 | SRC_URI[md5sum] = "015ff58cd10607db0e0de60aeca2f5f8" |
13 | SRC_URI[sha256sum] = "9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715" | 13 | SRC_URI[sha256sum] = "9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715" |
@@ -17,16 +17,16 @@ PR = "r0" | |||
17 | inherit autotools systemd | 17 | inherit autotools systemd |
18 | 18 | ||
19 | EXTRA_OECONF = "\ | 19 | EXTRA_OECONF = "\ |
20 | --enable-init=service.redhat \ | 20 | --enable-init=service.redhat \ |
21 | --enable-nistest=yes \ | 21 | --enable-nistest=yes \ |
22 | --enable-olt=yes \ | 22 | --enable-olt=yes \ |
23 | --enable-threads=no \ | 23 | --enable-threads=no \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SYSTEMD_PACKAGES = "${PN}" | 26 | SYSTEMD_PACKAGES = "${PN}" |
27 | SYSTEMD_SERVICE_${PN} = "haveged.service" | 27 | SYSTEMD_SERVICE_${PN} = "haveged.service" |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install_append() { |
30 | mkdir -p ${D}${systemd_unitdir}/system | 30 | mkdir -p ${D}${systemd_unitdir}/system |
31 | install -p -m644 ${B}/init.d/haveged.service ${D}${systemd_unitdir}/system | 31 | install -p -m644 ${B}/init.d/haveged.service ${D}${systemd_unitdir}/system |
32 | } | 32 | } |
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb index 9c6af16cf..cce352892 100644 --- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb +++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | |||
@@ -9,9 +9,9 @@ SRCREV = "0bc2cfa0a47aed2c8a63abd989cb8da4dcceb2ec" | |||
9 | PV = "0.8.0+git${SRCPV}" | 9 | PV = "0.8.0+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/GNOME/gtkmathview.git \ | 11 | SRC_URI = "git://github.com/GNOME/gtkmathview.git \ |
12 | file://use_hostcxx.patch \ | 12 | file://use_hostcxx.patch \ |
13 | file://0001-include-cstdio-to-get-printf-definitions.patch \ | 13 | file://0001-include-cstdio-to-get-printf-definitions.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.113.bb b/meta-oe/recipes-extended/polkit/polkit_0.113.bb index fdd198a61..daafaf5c8 100644 --- a/meta-oe/recipes-extended/polkit/polkit_0.113.bb +++ b/meta-oe/recipes-extended/polkit/polkit_0.113.bb | |||
@@ -19,8 +19,8 @@ PACKAGECONFIG[consolekit] = ",,,consolekit" | |||
19 | 19 | ||
20 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 20 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
21 | SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ | 21 | SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ |
22 | file://0001-make-netgroup-support-configurable.patch \ | 22 | file://0001-make-netgroup-support-configurable.patch \ |
23 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ | 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ |
24 | " | 24 | " |
25 | SRC_URI[md5sum] = "4b77776c9e4f897dcfe03b2c34198edf" | 25 | SRC_URI[md5sum] = "4b77776c9e4f897dcfe03b2c34198edf" |
26 | SRC_URI[sha256sum] = "e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81" | 26 | SRC_URI[sha256sum] = "e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81" |
@@ -28,7 +28,7 @@ SRC_URI[sha256sum] = "e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6 | |||
28 | EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages" | 28 | EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages" |
29 | 29 | ||
30 | do_compile_prepend () { | 30 | do_compile_prepend () { |
31 | export GIR_EXTRA_LIBS_PATH="${B}/src/polkit/.libs" | 31 | export GIR_EXTRA_LIBS_PATH="${B}/src/polkit/.libs" |
32 | } | 32 | } |
33 | 33 | ||
34 | PACKAGES =+ "${PN}-examples" | 34 | PACKAGES =+ "${PN}-examples" |
diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb index 13f93cc6d..edf84c1ba 100644 --- a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb +++ b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.4.bb | |||
@@ -9,8 +9,7 @@ LICENSE = "BSD" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=687ea108478d26152ae46eb29d9d1545" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=687ea108478d26152ae46eb29d9d1545" |
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "http://prdownloads.sourceforge.net/scsirastools/scsirastools-${PV}.tar.gz \ | 12 | SRC_URI = "http://prdownloads.sourceforge.net/scsirastools/scsirastools-${PV}.tar.gz" |
13 | " | ||
14 | SRC_URI[md5sum] = "2d775111b62e2dfc1960a722f5fda211" | 13 | SRC_URI[md5sum] = "2d775111b62e2dfc1960a722f5fda211" |
15 | SRC_URI[sha256sum] = "38d2c6c9b04a2c594e528927b950754f94c0522718d17c78e6589ba778339bf8" | 14 | SRC_URI[sha256sum] = "38d2c6c9b04a2c594e528927b950754f94c0522718d17c78e6589ba778339bf8" |
16 | 15 | ||
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb index 86e6d9ee6..fce50e5bd 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_6.4.bb | |||
@@ -13,14 +13,14 @@ LICENSE = "GPLv2" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
14 | 14 | ||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz \ |
16 | file://initd.smartd \ | 16 | file://initd.smartd \ |
17 | file://smartmontools.default \ | 17 | file://smartmontools.default \ |
18 | file://smartd.service \ | 18 | file://smartd.service \ |
19 | " | 19 | " |
20 | 20 | ||
21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'libcap-ng', 'libcap-ng', '', d)} \ | 21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'libcap-ng', 'libcap-ng', '', d)} \ |
22 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 22 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
23 | " | 23 | " |
24 | PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" | 24 | PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" |
25 | PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" | 25 | PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" |
26 | 26 | ||
@@ -33,19 +33,19 @@ SYSTEMD_SERVICE_${PN} = "smartd.service" | |||
33 | SYSTEMD_AUTO_ENABLE = "disable" | 33 | SYSTEMD_AUTO_ENABLE = "disable" |
34 | 34 | ||
35 | do_install_append () { | 35 | do_install_append () { |
36 | #install the init.d/smartd | 36 | #install the init.d/smartd |
37 | install -d ${D}${sysconfdir}/init.d | 37 | install -d ${D}${sysconfdir}/init.d |
38 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd | 38 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd |
39 | install -d ${D}${sysconfdir}/default | 39 | install -d ${D}${sysconfdir}/default |
40 | install -p -m 0644 ${WORKDIR}/smartmontools.default ${D}${sysconfdir}/default/smartmontools | 40 | install -p -m 0644 ${WORKDIR}/smartmontools.default ${D}${sysconfdir}/default/smartmontools |
41 | 41 | ||
42 | #install systemd service file | 42 | #install systemd service file |
43 | install -d ${D}${systemd_unitdir}/system | 43 | install -d ${D}${systemd_unitdir}/system |
44 | install -m 0644 ${WORKDIR}/smartd.service ${D}${systemd_unitdir}/system | 44 | install -m 0644 ${WORKDIR}/smartd.service ${D}${systemd_unitdir}/system |
45 | sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ | 45 | sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ |
46 | -e 's,@SYSCONFDIR@,${sysconfdir},g' \ | 46 | -e 's,@SYSCONFDIR@,${sysconfdir},g' \ |
47 | -e 's,@SBINDIR@,${sbindir},g' \ | 47 | -e 's,@SBINDIR@,${sbindir},g' \ |
48 | ${D}${systemd_unitdir}/system/smartd.service | 48 | ${D}${systemd_unitdir}/system/smartd.service |
49 | } | 49 | } |
50 | 50 | ||
51 | INITSCRIPT_NAME = "smartd" | 51 | INITSCRIPT_NAME = "smartd" |
diff --git a/meta-oe/recipes-extended/wipe/wipe_git.bb b/meta-oe/recipes-extended/wipe/wipe_git.bb index dd4995881..9a8101621 100644 --- a/meta-oe/recipes-extended/wipe/wipe_git.bb +++ b/meta-oe/recipes-extended/wipe/wipe_git.bb | |||
@@ -10,9 +10,9 @@ LICENSE = "GPLv2" | |||
10 | LIC_FILES_CHKSUM = "file://GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 10 | LIC_FILES_CHKSUM = "file://GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/berke/wipe.git;branch=master \ | 12 | SRC_URI = "git://github.com/berke/wipe.git;branch=master \ |
13 | file://support-cross-compile-for-linux.patch \ | 13 | file://support-cross-compile-for-linux.patch \ |
14 | file://makefile-add-ldflags.patch \ | 14 | file://makefile-add-ldflags.patch \ |
15 | " | 15 | " |
16 | SRCREV = "d9c100c9cd0b1cbbe4359e4d6c9a035d11e7597c" | 16 | SRCREV = "d9c100c9cd0b1cbbe4359e4d6c9a035d11e7597c" |
17 | PV = "0.23+git${SRCPV}" | 17 | PV = "0.23+git${SRCPV}" |
18 | 18 | ||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
21 | EXTRA_OEMAKE = "linux" | 21 | EXTRA_OEMAKE = "linux" |
22 | 22 | ||
23 | do_install() { | 23 | do_install() { |
24 | make install DESTDIR=${D} | 24 | make install DESTDIR=${D} |
25 | } | 25 | } |
26 | 26 | ||
27 | do_configure[noexec] = "1" | 27 | do_configure[noexec] = "1" |