diff options
Diffstat (limited to 'meta-oe')
48 files changed, 382 insertions, 367 deletions
diff --git a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb index afbaaba07..8888b2267 100644 --- a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb +++ b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb | |||
@@ -22,8 +22,8 @@ SRC_URI = "git://github.com/01org/suspendresume.git;protocol=https" | |||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | install -Dm 0755 analyze_suspend.py ${D}${bindir}/analyze_suspend.py | 25 | install -Dm 0755 analyze_suspend.py ${D}${bindir}/analyze_suspend.py |
26 | install -Dm 0644 README ${D}${docdir}/analyze-suspend/README | 26 | install -Dm 0644 README ${D}${docdir}/analyze-suspend/README |
27 | } | 27 | } |
28 | 28 | ||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb index 5acfbf1bb..aab64a354 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb | |||
@@ -13,23 +13,23 @@ S = "${WORKDIR}/phoronix-test-suite" | |||
13 | inherit systemd allarch | 13 | inherit systemd allarch |
14 | 14 | ||
15 | do_install() { | 15 | do_install() { |
16 | DESTDIR=${D} ./install-sh ${exec_prefix} | 16 | DESTDIR=${D} ./install-sh ${exec_prefix} |
17 | 17 | ||
18 | if [ "${systemd_unitdir}" != "/usr/lib/systemd" ]; then | 18 | if [ "${systemd_unitdir}" != "/usr/lib/systemd" ]; then |
19 | install -d ${D}/${systemd_unitdir}/system/ | 19 | install -d ${D}/${systemd_unitdir}/system/ |
20 | mv ${D}/usr/lib/systemd/system/* ${D}/${systemd_unitdir}/system/ | 20 | mv ${D}/usr/lib/systemd/system/* ${D}/${systemd_unitdir}/system/ |
21 | rm -rf ${D}/usr/lib/ | 21 | rm -rf ${D}/usr/lib/ |
22 | fi | 22 | fi |
23 | } | 23 | } |
24 | 24 | ||
25 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" | 25 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" |
26 | RDEPENDS_${PN} += "bash python php-cli" | 26 | RDEPENDS_${PN} += "bash python php-cli" |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES_${PN} += " \ |
29 | ${datadir}/phoronix-test-suite \ | 29 | ${datadir}/phoronix-test-suite \ |
30 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ | 30 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ |
31 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ | 31 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ |
32 | ${datadir}/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png \ | 32 | ${datadir}/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png \ |
33 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ | 33 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ |
34 | ${systemd_unitdir}/* \ | 34 | ${systemd_unitdir}/* \ |
35 | " | 35 | " |
diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb index f789dfd2a..2de547a70 100644 --- a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb +++ b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | |||
@@ -24,8 +24,9 @@ EXTRA_OECONF = "--disable-smsd" | |||
24 | 24 | ||
25 | FILES_${PN} = "${bindir} ${sbindir}" | 25 | FILES_${PN} = "${bindir} ${sbindir}" |
26 | FILES_libgnokii-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ | 26 | FILES_libgnokii-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ |
27 | ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ | 27 | ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ |
28 | /lib/*.a /lib/*.o ${datadir}/aclocal" | 28 | /lib/*.a /lib/*.o ${datadir}/aclocal \ |
29 | " | ||
29 | FILES_${PN}-dev = "" | 30 | FILES_${PN}-dev = "" |
30 | FILES_libgnokii = "${libdir}/libgnokii.so.*" | 31 | FILES_libgnokii = "${libdir}/libgnokii.so.*" |
31 | 32 | ||
diff --git a/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb b/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb index 254b855f3..0939d17f9 100644 --- a/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb +++ b/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[md5sum] = "6aa15d83f5a35f1fd076ba9adc4e7285" | |||
9 | SRC_URI[sha256sum] = "e7fd16a9f235b059be527bd512e86f0c1d9f2e7c36736e6d6d9727a4427ac14c" | 9 | SRC_URI[sha256sum] = "e7fd16a9f235b059be527bd512e86f0c1d9f2e7c36736e6d6d9727a4427ac14c" |
10 | 10 | ||
11 | EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} \ | 11 | EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} \ |
12 | EXTRA_CFLAGS='-D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_ONESTEP_SYNC ${CFLAGS}'" | 12 | EXTRA_CFLAGS='-D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_ONESTEP_SYNC ${CFLAGS}'" |
13 | 13 | ||
14 | do_install () { | 14 | do_install () { |
15 | install -d ${D}/${bindir} | 15 | install -d ${D}/${bindir} |
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb index 16e2a7dca..4bf238d28 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | |||
@@ -25,11 +25,11 @@ PACKAGE_BEFORE_PN += "${PN}-server" | |||
25 | FILES_${PN}-server = "${bindir}/mosh-server" | 25 | FILES_${PN}-server = "${bindir}/mosh-server" |
26 | 26 | ||
27 | NEEDED_PERL_MODULES = "\ | 27 | NEEDED_PERL_MODULES = "\ |
28 | perl-module-socket \ | 28 | perl-module-socket \ |
29 | perl-module-getopt-long \ | 29 | perl-module-getopt-long \ |
30 | perl-module-errno \ | 30 | perl-module-errno \ |
31 | perl-module-io-socket-inet \ | 31 | perl-module-io-socket-inet \ |
32 | perl-module-posix \ | 32 | perl-module-posix \ |
33 | " | 33 | " |
34 | 34 | ||
35 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features | 35 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features |
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb index 95adecdf9..b8a9d4a23 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb +++ b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb | |||
@@ -22,25 +22,25 @@ INITSCRIPT_PARAMS = "defaults" | |||
22 | inherit update-rc.d | 22 | inherit update-rc.d |
23 | 23 | ||
24 | do_install () { | 24 | do_install () { |
25 | 25 | ||
26 | install -d ${D}${bindir} | 26 | install -d ${D}${bindir} |
27 | install -m 755 ${S}/src/smsd "${D}${bindir}/smsd" | 27 | install -m 755 ${S}/src/smsd "${D}${bindir}/smsd" |
28 | 28 | ||
29 | install -m 755 ${S}/scripts/sendsms "${D}${bindir}/sendsms" | 29 | install -m 755 ${S}/scripts/sendsms "${D}${bindir}/sendsms" |
30 | install -m 755 ${S}/scripts/sms2html "${D}${bindir}/sms2html" | 30 | install -m 755 ${S}/scripts/sms2html "${D}${bindir}/sms2html" |
31 | install -m 755 ${S}/scripts/sms2unicode "${D}${bindir}/sms2unicode" | 31 | install -m 755 ${S}/scripts/sms2unicode "${D}${bindir}/sms2unicode" |
32 | install -m 755 ${S}/scripts/unicode2sms "${D}${bindir}/unicode2sms" | 32 | install -m 755 ${S}/scripts/unicode2sms "${D}${bindir}/unicode2sms" |
33 | 33 | ||
34 | install -d ${D}${sysconfdir} | 34 | install -d ${D}${sysconfdir} |
35 | install -m 644 ${S}/examples/smsd.conf.easy "${D}${sysconfdir}/smsd.conf" | 35 | install -m 644 ${S}/examples/smsd.conf.easy "${D}${sysconfdir}/smsd.conf" |
36 | 36 | ||
37 | install -d "${D}${localstatedir}/spool" | 37 | install -d "${D}${localstatedir}/spool" |
38 | install -d "${D}${localstatedir}/spool/sms" | 38 | install -d "${D}${localstatedir}/spool/sms" |
39 | install -d "${D}${localstatedir}/spool/sms/incoming" | 39 | install -d "${D}${localstatedir}/spool/sms/incoming" |
40 | install -d "${D}${localstatedir}/spool/sms/outgoing" | 40 | install -d "${D}${localstatedir}/spool/sms/outgoing" |
41 | install -d "${D}${localstatedir}/spool/sms/checked" | 41 | install -d "${D}${localstatedir}/spool/sms/checked" |
42 | 42 | ||
43 | install -d ${D}${sysconfdir}/init.d | 43 | install -d ${D}${sysconfdir}/init.d |
44 | install -m 755 ${S}/scripts/sms3 "${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}" | 44 | install -m 755 ${S}/scripts/sms3 "${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}" |
45 | 45 | ||
46 | } | 46 | } |
diff --git a/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index f13e7093c..c398dc15a 100644 --- a/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | |||
@@ -11,8 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
11 | PR = "r5" | 11 | PR = "r5" |
12 | 12 | ||
13 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ | 13 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ |
14 | file://prefer_python_2.5.patch \ | 14 | file://prefer_python_2.5.patch \ |
15 | file://doublefix.patch" | 15 | file://doublefix.patch \ |
16 | " | ||
16 | 17 | ||
17 | SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" | 18 | SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" |
18 | SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" | 19 | SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" |
@@ -20,4 +21,4 @@ SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed | |||
20 | inherit autotools pkgconfig pythonnative | 21 | inherit autotools pkgconfig pythonnative |
21 | 22 | ||
22 | FILES_${PN} += "${datadir}/telepathy \ | 23 | FILES_${PN} += "${datadir}/telepathy \ |
23 | ${datadir}/dbus-1" | 24 | ${datadir}/dbus-1" |
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb index 9ae68ddea..582783c9d 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb | |||
@@ -23,15 +23,15 @@ PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman" | |||
23 | PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" | 23 | PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" |
24 | 24 | ||
25 | PACKAGES =+ " \ | 25 | PACKAGES =+ " \ |
26 | libmissioncontrol \ | 26 | libmissioncontrol \ |
27 | libmissioncontrol-config \ | 27 | libmissioncontrol-config \ |
28 | libmissioncontrol-server \ | 28 | libmissioncontrol-server \ |
29 | libmissioncontrol-dev \ | 29 | libmissioncontrol-dev \ |
30 | libmissioncontrol-config-dev \ | 30 | libmissioncontrol-config-dev \ |
31 | libmissioncontrol-server-dev \ | 31 | libmissioncontrol-server-dev \ |
32 | libmissioncontrol-dbg \ | 32 | libmissioncontrol-dbg \ |
33 | libmissioncontrol-config-dbg \ | 33 | libmissioncontrol-config-dbg \ |
34 | libmissioncontrol-server-dbg \ | 34 | libmissioncontrol-server-dbg \ |
35 | " | 35 | " |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}/dbus* ${datadir}/glib-2.0/schemas" | 37 | FILES_${PN} += "${datadir}/dbus* ${datadir}/glib-2.0/schemas" |
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb index e1413b0d5..ce0b49263 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | |||
@@ -30,7 +30,7 @@ EXTRA_OECMAKE_class-nativesdk = "-DWITH_QT4=OFF -DWITH_QT5=OFF \ | |||
30 | -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=OFF" | 30 | -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=OFF" |
31 | 31 | ||
32 | do_install_append () { | 32 | do_install_append () { |
33 | ln -sf thrift ${D}/${bindir}/thrift-compiler | 33 | ln -sf thrift ${D}/${bindir}/thrift-compiler |
34 | } | 34 | } |
35 | 35 | ||
36 | # http://errors.yoctoproject.org/Errors/Details/68622/ | 36 | # http://errors.yoctoproject.org/Errors/Details/68622/ |
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb index 03bad313c..8b9c4b844 100644 --- a/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb +++ b/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.7.bb | |||
@@ -24,8 +24,9 @@ DEPENDS = "openldap virtual/libiconv" | |||
24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
25 | 25 | ||
26 | SRC_URI = "http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/${PV}/${BPN}-${PV}.tar.gz \ | 26 | SRC_URI = "http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/${PV}/${BPN}-${PV}.tar.gz \ |
27 | file://0001-Fix-configure.ac.patch \ | 27 | file://0001-Fix-configure.ac.patch \ |
28 | file://zabbix-agent.service" | 28 | file://zabbix-agent.service \ |
29 | " | ||
29 | 30 | ||
30 | SRC_URI[md5sum] = "9f8aeb11d8415585f41c3f2f22566b78" | 31 | SRC_URI[md5sum] = "9f8aeb11d8415585f41c3f2f22566b78" |
31 | SRC_URI[sha256sum] = "d2c47b8f5b9b91f18010d54c45de55845d979014a8b3fe4bef64e0b08f8b00da" | 32 | SRC_URI[sha256sum] = "d2c47b8f5b9b91f18010d54c45de55845d979014a8b3fe4bef64e0b08f8b00da" |
@@ -39,20 +40,22 @@ SYSTEMD_AUTO_ENABLE = "enable" | |||
39 | USERADD_PACKAGES = "${PN}" | 40 | USERADD_PACKAGES = "${PN}" |
40 | GROUPADD_PARAM_${PN} = "-r zabbix" | 41 | GROUPADD_PARAM_${PN} = "-r zabbix" |
41 | USERADD_PARAM_${PN} = "-r -g zabbix -d /var/lib/zabbix \ | 42 | USERADD_PARAM_${PN} = "-r -g zabbix -d /var/lib/zabbix \ |
42 | -s /sbin/nologin -c \"Zabbix Monitoring System\" zabbix" | 43 | -s /sbin/nologin -c \"Zabbix Monitoring System\" zabbix \ |
44 | " | ||
43 | 45 | ||
44 | KERNEL_VERSION = "${@get_kernelversion_headers('${STAGING_KERNEL_DIR}')}" | 46 | KERNEL_VERSION = "${@get_kernelversion_headers('${STAGING_KERNEL_DIR}')}" |
45 | 47 | ||
46 | EXTRA_OECONF = '--enable-dependency-tracking \ | 48 | EXTRA_OECONF = " \ |
47 | --enable-agent \ | 49 | --enable-dependency-tracking \ |
48 | --enable-ipv6 \ | 50 | --enable-agent \ |
49 | --with-net-snmp \ | 51 | --enable-ipv6 \ |
50 | --with-ldap=${STAGING_EXECPREFIXDIR} \ | 52 | --with-net-snmp \ |
51 | --with-jabber \ | 53 | --with-ldap=${STAGING_EXECPREFIXDIR} \ |
52 | --with-unixodbc \ | 54 | --with-jabber \ |
53 | --with-ssh2 \ | 55 | --with-unixodbc \ |
54 | --with-sqlite3 \ | 56 | --with-ssh2 \ |
55 | ' | 57 | --with-sqlite3 \ |
58 | " | ||
56 | CFLAGS_append = " -lldap -llber" | 59 | CFLAGS_append = " -lldap -llber" |
57 | 60 | ||
58 | do_configure_prepend() { | 61 | do_configure_prepend() { |
@@ -62,7 +65,7 @@ do_configure_prepend() { | |||
62 | do_install_append() { | 65 | do_install_append() { |
63 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 66 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
64 | install -d ${D}${systemd_unitdir}/system | 67 | install -d ${D}${systemd_unitdir}/system |
65 | install -m 0644 ${WORKDIR}/zabbix-agent.service ${D}${systemd_unitdir}/system/ | 68 | install -m 0644 ${WORKDIR}/zabbix-agent.service ${D}${systemd_unitdir}/system/ |
66 | sed -i -e 's#@SBINDIR@#${sbindir}#g' ${D}${systemd_unitdir}/system/zabbix-agent.service | 69 | sed -i -e 's#@SBINDIR@#${sbindir}#g' ${D}${systemd_unitdir}/system/zabbix-agent.service |
67 | fi | 70 | fi |
68 | } | 71 | } |
diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb index 34749d0b4..8da86746b 100644 --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb | |||
@@ -7,8 +7,8 @@ PACKAGECONFIG ??= "libsodium" | |||
7 | PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium" | 7 | PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium" |
8 | 8 | ||
9 | SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \ | 9 | SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "e7adf4b7dbae09b28cfd10d26cd67fac" | 12 | SRC_URI[md5sum] = "e7adf4b7dbae09b28cfd10d26cd67fac" |
13 | SRC_URI[sha256sum] = "04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf" | 13 | SRC_URI[sha256sum] = "04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf" |
14 | 14 | ||
@@ -22,11 +22,11 @@ S = "${WORKDIR}/zeromq-${PV}" | |||
22 | inherit autotools ptest pkgconfig | 22 | inherit autotools ptest pkgconfig |
23 | 23 | ||
24 | do_compile_ptest () { | 24 | do_compile_ptest () { |
25 | echo 'buildtest-TESTS: $(check_PROGRAMS)' >> ${B}/Makefile | 25 | echo 'buildtest-TESTS: $(check_PROGRAMS)' >> ${B}/Makefile |
26 | oe_runmake buildtest-TESTS | 26 | oe_runmake buildtest-TESTS |
27 | } | 27 | } |
28 | 28 | ||
29 | do_install_ptest () { | 29 | do_install_ptest () { |
30 | install -d ${D}${PTEST_PATH}/tests | 30 | install -d ${D}${PTEST_PATH}/tests |
31 | install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests | 31 | install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests |
32 | } | 32 | } |
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb index de23dcd5b..1c1a02d0b 100644 --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | |||
@@ -1,8 +1,9 @@ | |||
1 | SUMMARY = "Plymouth is a project from Fedora providing a flicker-free graphical boot process." | 1 | SUMMARY = "Plymouth is a project from Fedora providing a flicker-free graphical boot process." |
2 | 2 | ||
3 | DESCRIPTION = "Plymouth is an application that runs very early in the boot process \ | 3 | DESCRIPTION = "Plymouth is an application that runs very early in the boot process \ |
4 | (even before the root filesystem is mounted!) that provides a \ | 4 | (even before the root filesystem is mounted!) that provides a \ |
5 | graphical boot animation while the boot process happens in the background." | 5 | graphical boot animation while the boot process happens in the background. \ |
6 | " | ||
6 | 7 | ||
7 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/Plymouth" | 8 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/Plymouth" |
8 | SECTION = "base" | 9 | SECTION = "base" |
@@ -19,10 +20,10 @@ SRC_URI = "http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.ta | |||
19 | SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d" | 20 | SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d" |
20 | SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f" | 21 | SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f" |
21 | 22 | ||
22 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation\ | 23 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ |
23 | --with-logo=${LOGO} \ | 24 | --with-logo=${LOGO} \ |
24 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd-integration --with-system-root-install', '', d)} \ | 25 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd-integration --with-system-root-install', '', d)} \ |
25 | " | 26 | " |
26 | 27 | ||
27 | PACKAGECONFIG ??= "pango initrd" | 28 | PACKAGECONFIG ??= "pango initrd" |
28 | PACKAGECONFIG_append_x86 = " drm" | 29 | PACKAGECONFIG_append_x86 = " drm" |
@@ -38,15 +39,15 @@ LOGO ??= "${datadir}/plymouth/bizcom.png" | |||
38 | inherit autotools pkgconfig systemd | 39 | inherit autotools pkgconfig systemd |
39 | 40 | ||
40 | do_install_append() { | 41 | do_install_append() { |
41 | install -d ${D}${systemd_unitdir}/system | 42 | install -d ${D}${systemd_unitdir}/system |
42 | install -m 644 ${B}/systemd-units/*.service ${D}${systemd_unitdir}/system | 43 | install -m 644 ${B}/systemd-units/*.service ${D}${systemd_unitdir}/system |
43 | install -m 644 ${B}/systemd-units/systemd-ask-password-plymouth.path ${D}${systemd_unitdir}/system | 44 | install -m 644 ${B}/systemd-units/systemd-ask-password-plymouth.path ${D}${systemd_unitdir}/system |
44 | # Remove /var/run from package as plymouth will populate it on startup | 45 | # Remove /var/run from package as plymouth will populate it on startup |
45 | rm -fr "${D}${localstatedir}/run" | 46 | rm -fr "${D}${localstatedir}/run" |
46 | 47 | ||
47 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'initrd', 'true', 'false', d)}; then | 48 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'initrd', 'true', 'false', d)}; then |
48 | rm -rf "${D}${libexecdir}" | 49 | rm -rf "${D}${libexecdir}" |
49 | fi | 50 | fi |
50 | } | 51 | } |
51 | 52 | ||
52 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'initrd', '${PN}-initrd ', '', d)}" | 53 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'initrd', '${PN}-initrd ', '', d)}" |
diff --git a/meta-oe/recipes-core/usleep/usleep_1.0.bb b/meta-oe/recipes-core/usleep/usleep_1.0.bb index 2ef4b7c02..403c6b7fe 100644 --- a/meta-oe/recipes-core/usleep/usleep_1.0.bb +++ b/meta-oe/recipes-core/usleep/usleep_1.0.bb | |||
@@ -9,18 +9,18 @@ S = "${WORKDIR}" | |||
9 | DEPENDS = "popt" | 9 | DEPENDS = "popt" |
10 | 10 | ||
11 | SRC_URI = "file://usleep.c \ | 11 | SRC_URI = "file://usleep.c \ |
12 | file://usleep.1 \ | 12 | file://usleep.1 \ |
13 | file://GPLv2.patch \ | 13 | file://GPLv2.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | do_compile() { | 16 | do_compile() { |
17 | ${CC} ${CFLAGS} ${LDFLAGS} usleep.c -o usleep -lpopt | 17 | ${CC} ${CFLAGS} ${LDFLAGS} usleep.c -o usleep -lpopt |
18 | } | 18 | } |
19 | 19 | ||
20 | do_install() { | 20 | do_install() { |
21 | install -d ${D}${base_bindir} | 21 | install -d ${D}${base_bindir} |
22 | install -d ${D}${mandir}/man1 | 22 | install -d ${D}${mandir}/man1 |
23 | 23 | ||
24 | install -m 0755 ${WORKDIR}/usleep ${D}${base_bindir} | 24 | install -m 0755 ${WORKDIR}/usleep ${D}${base_bindir} |
25 | install -m 0644 ${WORKDIR}/usleep.1 ${D}${mandir}/man1 | 25 | install -m 0644 ${WORKDIR}/usleep.1 ${D}${mandir}/man1 |
26 | } | 26 | } |
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index c27e21dc8..8ae018503 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
@@ -28,5 +28,5 @@ PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind" | |||
28 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | 28 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" |
29 | 29 | ||
30 | do_configure_prepend () { | 30 | do_configure_prepend () { |
31 | ( cd ${S}; ./autogen.sh ) | 31 | ( cd ${S}; ./autogen.sh ) |
32 | } | 32 | } |
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb index 7d009068d..ead1f615c 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" | |||
6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \ | 9 | http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" | 12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" |
@@ -18,14 +18,15 @@ RDEPENDS_${PN} += "bash perl libxml2" | |||
18 | S = "${WORKDIR}/${BP}" | 18 | S = "${WORKDIR}/${BP}" |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-debuginfo \ | 20 | EXTRA_OECONF = "--enable-debuginfo \ |
21 | --enable-fast \ | 21 | --enable-fast \ |
22 | --enable-shared \ | 22 | --enable-shared \ |
23 | --with-pm=gforker \ | 23 | --with-pm=gforker \ |
24 | --disable-rpath \ | 24 | --disable-rpath \ |
25 | --disable-f77 \ | 25 | --disable-f77 \ |
26 | --disable-fc \ | 26 | --disable-fc \ |
27 | --disable-fortran \ | 27 | --disable-fortran \ |
28 | --disable-cxx" | 28 | --disable-cxx \ |
29 | " | ||
29 | 30 | ||
30 | inherit autotools-brokensep gettext | 31 | inherit autotools-brokensep gettext |
31 | 32 | ||
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb index 22ed8e2ff..94fc736b5 100644 --- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb +++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "This is a small collection of power management \ | 1 | DESCRIPTION = "This is a small collection of power management \ |
2 | test and investigation tools" | 2 | test and investigation tools" |
3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" | 3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
19 | do_compile() { | 19 | do_compile() { |
20 | oe_runmake | 20 | oe_runmake |
21 | } | 21 | } |
22 | 22 | ||
23 | do_install() { | 23 | do_install() { |
24 | install -d ${D}${bindir} ${D}${docdir} | 24 | install -d ${D}${bindir} ${D}${docdir} |
25 | install -m 755 ${S}/acpidump/acpidump ${D}${bindir} | 25 | install -m 755 ${S}/acpidump/acpidump ${D}${bindir} |
26 | install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir} | 26 | install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir} |
27 | install -m 755 ${S}/madt/madt ${D}${bindir} | 27 | install -m 755 ${S}/madt/madt ${D}${bindir} |
28 | install -m 644 ${S}/README ${D}${docdir} | 28 | install -m 644 ${S}/README ${D}${docdir} |
29 | } | 29 | } |
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb index 40612e5df..f5d056e00 100644 --- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb +++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | |||
@@ -20,25 +20,26 @@ PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR},--with-curl=no,curl" | |||
20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" | 20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR},--with-icu=no,icu" |
21 | 21 | ||
22 | do_install_prepend () { | 22 | do_install_prepend () { |
23 | sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc | 23 | sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc |
24 | } | 24 | } |
25 | 25 | ||
26 | PACKAGES = "libxerces-c \ | 26 | PACKAGES = "libxerces-c \ |
27 | libxerces-c-dbg \ | 27 | libxerces-c-dbg \ |
28 | libxerces-c-dev \ | 28 | libxerces-c-dev \ |
29 | xerces-c-samples \ | 29 | xerces-c-samples \ |
30 | xerces-c-samples-dbg \ | 30 | xerces-c-samples-dbg \ |
31 | libxerces-c-staticdev \ | 31 | libxerces-c-staticdev \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" | 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" |
35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ | 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ |
36 | ${prefix}/src/debug " | 36 | ${prefix}/src/debug \ |
37 | " | ||
37 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ | 38 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ |
38 | ${libdir}/libxerces-c.so \ | 39 | ${libdir}/libxerces-c.so \ |
39 | ${libdir}/pkgconfig/xerces-c.pc \ | 40 | ${libdir}/pkgconfig/xerces-c.pc \ |
40 | ${includedir}/xercesc \ | 41 | ${includedir}/xercesc \ |
41 | " | 42 | " |
42 | FILES_xerces-c-samples = "${bindir}/*" | 43 | FILES_xerces-c-samples = "${bindir}/*" |
43 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" | 44 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" |
44 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" | 45 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" |
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" |
diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb index 3d13e5a94..be3a41f39 100644 --- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -4,11 +4,11 @@ HOMEPAGE = "https://wiki.gnome.org/Attic/LibUnique" | |||
4 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" | 4 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" |
5 | 5 | ||
6 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ | 6 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ |
7 | file://fix_for_compile_with_gcc-4.6.0.patch \ | 7 | file://fix_for_compile_with_gcc-4.6.0.patch \ |
8 | file://noconst.patch \ | 8 | file://noconst.patch \ |
9 | file://build.patch \ | 9 | file://build.patch \ |
10 | file://0001-Makefile.am-use-LIBTOOL-instead-of-hardcoded-libtool.patch \ | 10 | file://0001-Makefile.am-use-LIBTOOL-instead-of-hardcoded-libtool.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" | 13 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" |
14 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" | 14 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" |
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb index 235b17e6c..387202bee 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb | |||
@@ -11,9 +11,9 @@ RDEPENDS_${PN} += "libpng gtk+ libgcrypt" | |||
11 | inherit autotools binconfig pkgconfig | 11 | inherit autotools binconfig pkgconfig |
12 | 12 | ||
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | ${DEBIAN_MIRROR}/main/libv/libvncserver/libvncserver_0.9.10+dfsg.orig.tar.xz \ | 14 | ${DEBIAN_MIRROR}/main/libv/libvncserver/libvncserver_0.9.10+dfsg.orig.tar.xz \ |
15 | file://0001-remove-webclients-build.patch \ | 15 | file://0001-remove-webclients-build.patch \ |
16 | file://0002-common-add-sha1.patch \ | 16 | file://0002-common-add-sha1.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "e883b6c7bd339a5e1c48645051abe5c4" | 19 | SRC_URI[md5sum] = "e883b6c7bd339a5e1c48645051abe5c4" |
diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb index 6852fd32c..d060c4747 100755 --- a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb +++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | |||
@@ -26,7 +26,7 @@ PACKAGECONFIG[elementary] = "--enable-efl-tests,--disable-efl-tests,elementary" | |||
26 | PACKAGECONFIG[gtk+3] = "--enable-gtk-tests,--disable-gtk-tests,gtk+3" | 26 | PACKAGECONFIG[gtk+3] = "--enable-gtk-tests,--disable-gtk-tests,gtk+3" |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install_append() { |
29 | rm -f ${D}/${libdir}/weston/*.la | 29 | rm -f ${D}/${libdir}/weston/*.la |
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" | 32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" |
diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index 158416b08..45e3f7b59 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | |||
@@ -6,9 +6,9 @@ inherit packagegroup distro_features_check | |||
6 | REQUIRED_DISTRO_FEATURES = "x11" | 6 | REQUIRED_DISTRO_FEATURES = "x11" |
7 | 7 | ||
8 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS_${PN} = "\ |
9 | font-adobe-100dpi \ | 9 | font-adobe-100dpi \ |
10 | font-adobe-utopia-100dpi \ | 10 | font-adobe-utopia-100dpi \ |
11 | font-bh-100dpi \ | 11 | font-bh-100dpi \ |
12 | font-bh-lucidatypewriter-100dpi \ | 12 | font-bh-lucidatypewriter-100dpi \ |
13 | font-bitstream-100dpi \ | 13 | font-bitstream-100dpi \ |
14 | " | 14 | " |
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb index be859a2d4..c9a22703a 100644 --- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb +++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "VMcore extraction tool" | 1 | SUMMARY = "VMcore extraction tool" |
2 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
3 | This program is used to extract a subset of the memory available either \ | 3 | This program is used to extract a subset of the memory available either \ |
4 | via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory \ | 4 | via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory \ |
5 | images without extra uneeded information (zero pages, userspace programs, \ | 5 | images without extra uneeded information (zero pages, userspace programs, \ |
6 | etc). \ | 6 | etc). \ |
7 | " | 7 | " |
8 | HOMEPAGE = "http://makedumpfile.sourceforge.net" | 8 | HOMEPAGE = "http://makedumpfile.sourceforge.net" |
9 | 9 | ||
10 | DEPENDS = "bzip2 zlib elfutils" | 10 | DEPENDS = "bzip2 zlib elfutils" |
@@ -18,9 +18,9 @@ PACKAGES =+ "${PN}-tools" | |||
18 | FILES_${PN}-tools = "${bindir}/*.pl" | 18 | FILES_${PN}-tools = "${bindir}/*.pl" |
19 | 19 | ||
20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
21 | ${SOURCEFORGE_MIRROR}/makedumpfile/${BPN}-${PV}.tar.gz \ | 21 | ${SOURCEFORGE_MIRROR}/makedumpfile/${BPN}-${PV}.tar.gz \ |
22 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ | 22 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ |
23 | " | 23 | " |
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
25 | LICENSE = "GPLv2.0" | 25 | LICENSE = "GPLv2.0" |
26 | 26 | ||
@@ -33,21 +33,21 @@ SECTION = "base" | |||
33 | # target gcc. | 33 | # target gcc. |
34 | # | 34 | # |
35 | EXTRA_OEMAKE = "\ | 35 | EXTRA_OEMAKE = "\ |
36 | LINKTYPE=static \ | 36 | LINKTYPE=static \ |
37 | TARGET=${TARGET_ARCH} \ | 37 | TARGET=${TARGET_ARCH} \ |
38 | " | 38 | " |
39 | 39 | ||
40 | do_install () { | 40 | do_install () { |
41 | mkdir -p ${D}/usr/bin | 41 | mkdir -p ${D}/usr/bin |
42 | install -m 755 ${S}/makedumpfile ${D}/usr/bin | 42 | install -m 755 ${S}/makedumpfile ${D}/usr/bin |
43 | install -m 755 ${S}/makedumpfile-R.pl ${D}/usr/bin | 43 | install -m 755 ${S}/makedumpfile-R.pl ${D}/usr/bin |
44 | 44 | ||
45 | mkdir -p ${D}/usr/share/man/man8 | 45 | mkdir -p ${D}/usr/share/man/man8 |
46 | install -m 644 ${S}/makedumpfile.8.gz ${D}/usr/share/man/man8 | 46 | install -m 644 ${S}/makedumpfile.8.gz ${D}/usr/share/man/man8 |
47 | 47 | ||
48 | mkdir -p ${D}/usr/share/man/man5 | 48 | mkdir -p ${D}/usr/share/man/man5 |
49 | install -m 644 ${S}/makedumpfile.conf.5.gz ${D}/usr/share/man/man5 | 49 | install -m 644 ${S}/makedumpfile.conf.5.gz ${D}/usr/share/man/man5 |
50 | 50 | ||
51 | mkdir -p ${D}/etc/ | 51 | mkdir -p ${D}/etc/ |
52 | install -m 644 ${S}/makedumpfile.conf ${D}/etc/makedumpfile.conf.sample | 52 | install -m 644 ${S}/makedumpfile.conf ${D}/etc/makedumpfile.conf.sample |
53 | } | 53 | } |
diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb index d431abdaa..20983a775 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
@@ -4,18 +4,18 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=12349&atid=112349" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LICENSE_FLAGS = "commercial" | 5 | LICENSE_FLAGS = "commercial" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
7 | file://COPYRIGHT;md5=8e55eb14894e782b84488d5a239bc23d \ | 7 | file://COPYRIGHT;md5=8e55eb14894e782b84488d5a239bc23d \ |
8 | file://version.h;beginline=1;endline=8;md5=aa07311dd39288d4349f28e1de516454" | 8 | file://version.h;beginline=1;endline=8;md5=aa07311dd39288d4349f28e1de516454" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | DEPENDS = "libid3tag" | 10 | DEPENDS = "libid3tag" |
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ | 13 | SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ |
14 | file://no-force-mem.patch \ | 14 | file://no-force-mem.patch \ |
15 | file://add-pkgconfig.patch \ | 15 | file://add-pkgconfig.patch \ |
16 | file://fix_for_mips_with_gcc-4.5.0.patch \ | 16 | file://fix_for_mips_with_gcc-4.5.0.patch \ |
17 | file://obsolete_automake_macros.patch \ | 17 | file://obsolete_automake_macros.patch \ |
18 | file://automake-foreign.patch \ | 18 | file://automake-foreign.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" | 21 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" |
@@ -29,8 +29,8 @@ EXTRA_OECONF = "-enable-speed --enable-shared" | |||
29 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" | 29 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" |
30 | 30 | ||
31 | do_configure_prepend () { | 31 | do_configure_prepend () { |
32 | # damn picky automake... | 32 | # damn picky automake... |
33 | touch NEWS AUTHORS ChangeLog | 33 | touch NEWS AUTHORS ChangeLog |
34 | } | 34 | } |
35 | 35 | ||
36 | ARM_INSTRUCTION_SET = "arm" | 36 | ARM_INSTRUCTION_SET = "arm" |
diff --git a/meta-oe/recipes-multimedia/minidlna/minidlna.inc b/meta-oe/recipes-multimedia/minidlna/minidlna.inc index ebca7553a..b333fce0b 100644 --- a/meta-oe/recipes-multimedia/minidlna/minidlna.inc +++ b/meta-oe/recipes-multimedia/minidlna/minidlna.inc | |||
@@ -19,16 +19,16 @@ S = "${WORKDIR}/git" | |||
19 | EXTRA_AUTORECONF = "" | 19 | EXTRA_AUTORECONF = "" |
20 | 20 | ||
21 | do_install_append(){ | 21 | do_install_append(){ |
22 | install -d ${D}${sysconfdir} | 22 | install -d ${D}${sysconfdir} |
23 | install -m 0755 minidlna.conf ${D}${sysconfdir} | 23 | install -m 0755 minidlna.conf ${D}${sysconfdir} |
24 | 24 | ||
25 | # Systemd script | 25 | # Systemd script |
26 | install -d ${D}${nonarch_base_libdir}/systemd/system | 26 | install -d ${D}${nonarch_base_libdir}/systemd/system |
27 | install -m 0755 ${WORKDIR}/minidlna.service ${D}${nonarch_base_libdir}/systemd/system | 27 | install -m 0755 ${WORKDIR}/minidlna.service ${D}${nonarch_base_libdir}/systemd/system |
28 | 28 | ||
29 | # Sysvinit script | 29 | # Sysvinit script |
30 | install -d ${D}${sysconfdir}/init.d | 30 | install -d ${D}${sysconfdir}/init.d |
31 | install -m 0755 ${WORKDIR}/minidlna-daemon.init.d ${D}${sysconfdir}/init.d/minidlna | 31 | install -m 0755 ${WORKDIR}/minidlna-daemon.init.d ${D}${sysconfdir}/init.d/minidlna |
32 | 32 | ||
33 | } | 33 | } |
34 | 34 | ||
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index e121b447d..a65d324ea 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
@@ -6,9 +6,9 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a" |
7 | 7 | ||
8 | SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ | 8 | SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ |
9 | file://not_build_elc.patch \ | 9 | file://not_build_elc.patch \ |
10 | file://2ch_t.patch \ | 10 | file://2ch_t.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI_append_class-target = "file://target-helpers.patch" | 13 | SRC_URI_append_class-target = "file://target-helpers.patch" |
14 | SRC_URI_append_class-native = "file://native-helpers.patch" | 14 | SRC_URI_append_class-native = "file://native-helpers.patch" |
@@ -25,18 +25,21 @@ PACKAGES += "${PN}-el libanthy0 libanthy-dev" | |||
25 | 25 | ||
26 | FILES_${PN}-dbg += "${libdir}/.debug" | 26 | FILES_${PN}-dbg += "${libdir}/.debug" |
27 | FILES_libanthy0 = "${libdir}/libanthy.so.* \ | 27 | FILES_libanthy0 = "${libdir}/libanthy.so.* \ |
28 | ${libdir}/libanthydic.so.* \ | 28 | ${libdir}/libanthydic.so.* \ |
29 | ${libdir}/libanthyinput.so.*" | 29 | ${libdir}/libanthyinput.so.* \ |
30 | " | ||
30 | 31 | ||
31 | FILES_libanthy-dev = "${libdir}/libanthy*.la \ | 32 | FILES_libanthy-dev = "${libdir}/libanthy*.la \ |
32 | ${libdir}/libanthy*.a \ | 33 | ${libdir}/libanthy*.a \ |
33 | ${libdir}/libanthy*.so \ | 34 | ${libdir}/libanthy*.so \ |
34 | ${includedir}/anthy \ | 35 | ${includedir}/anthy \ |
35 | ${libdir}/pkgconfig/anthy.pc" | 36 | ${libdir}/pkgconfig/anthy.pc \ |
37 | " | ||
36 | 38 | ||
37 | FILES_${PN}-el = "${datadir}/emacs/*" | 39 | FILES_${PN}-el = "${datadir}/emacs/*" |
38 | FILES_${PN} = "${datadir}/* \ | 40 | FILES_${PN} = "${datadir}/* \ |
39 | ${bindir}/* \ | 41 | ${bindir}/* \ |
40 | ${sysconfdir}/anthy-conf" | 42 | ${sysconfdir}/anthy-conf \ |
43 | " | ||
41 | 44 | ||
42 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 23d12cadf..354b1809f 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc | |||
@@ -26,5 +26,5 @@ RRECOMMENDS_lib${BPN} += "${PN}" | |||
26 | LEAD_SONAME = "libaugeas.so" | 26 | LEAD_SONAME = "libaugeas.so" |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install_append() { |
29 | rm -fr ${D}${datadir}/vim | 29 | rm -fr ${D}${datadir}/vim |
30 | } | 30 | } |
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.24.bb b/meta-oe/recipes-support/ccid/ccid_1.4.24.bb index 49f7a0c8b..31145d0ef 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.4.24.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.4.24.bb | |||
@@ -7,7 +7,8 @@ DEPENDS = "virtual/libusb0 pcsc-lite" | |||
7 | RDEPENDS_${PN} = "pcsc-lite" | 7 | RDEPENDS_${PN} = "pcsc-lite" |
8 | 8 | ||
9 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/4171/ccid-${PV}.tar.bz2 \ | 9 | SRC_URI = "https://alioth.debian.org/frs/download.php/file/4171/ccid-${PV}.tar.bz2 \ |
10 | file://no-dep-on-libfl.patch " | 10 | file://no-dep-on-libfl.patch \ |
11 | " | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "915a03cda85b60fefbe3654cbdc68ca9" | 13 | SRC_URI[md5sum] = "915a03cda85b60fefbe3654cbdc68ca9" |
13 | SRC_URI[sha256sum] = "62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176" | 14 | SRC_URI[sha256sum] = "62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176" |
diff --git a/meta-oe/recipes-support/fbtest/fb-test_git.bb b/meta-oe/recipes-support/fbtest/fb-test_git.bb index 13f9e377a..6a9d4b278 100644 --- a/meta-oe/recipes-support/fbtest/fb-test_git.bb +++ b/meta-oe/recipes-support/fbtest/fb-test_git.bb | |||
@@ -11,10 +11,10 @@ SRC_URI = "git://github.com/prpplague/fb-test-app.git" | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |
14 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
15 | install -m 0755 fb-test ${D}${bindir} | 15 | install -m 0755 fb-test ${D}${bindir} |
16 | # avoid collisions with perf (perf) and mesa-demos (offset) | 16 | # avoid collisions with perf (perf) and mesa-demos (offset) |
17 | for prog in perf rect offset ; do | 17 | for prog in perf rect offset ; do |
18 | install -m 0755 $prog ${D}${bindir}/fb-$prog | 18 | install -m 0755 $prog ${D}${bindir}/fb-$prog |
19 | done | 19 | done |
20 | } | 20 | } |
diff --git a/meta-oe/recipes-support/gd/gd_2.2.3.bb b/meta-oe/recipes-support/gd/gd_2.2.3.bb index 80d66c9f7..c5aff6616 100644 --- a/meta-oe/recipes-support/gd/gd_2.2.3.bb +++ b/meta-oe/recipes-support/gd/gd_2.2.3.bb | |||
@@ -33,8 +33,8 @@ EXTRA_OECONF += " --disable-rpath \ | |||
33 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | 33 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install_append() { |
36 | # cleanup buildpaths from gdlib.pc | 36 | # cleanup buildpaths from gdlib.pc |
37 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc | 37 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc |
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGES += "${PN}-tools" | 40 | PACKAGES += "${PN}-tools" |
diff --git a/meta-oe/recipes-support/htop/htop_1.0.3.bb b/meta-oe/recipes-support/htop/htop_1.0.3.bb index 4e445c8b3..181661af7 100644 --- a/meta-oe/recipes-support/htop/htop_1.0.3.bb +++ b/meta-oe/recipes-support/htop/htop_1.0.3.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "055c57927f75847fdc222b5258b079a9542811a9dcf5421c615c7e17f5 | |||
16 | LDFLAGS_append_libc-uclibc = " -lubacktrace" | 16 | LDFLAGS_append_libc-uclibc = " -lubacktrace" |
17 | 17 | ||
18 | do_configure_prepend () { | 18 | do_configure_prepend () { |
19 | rm -rf ${S}/config.h | 19 | rm -rf ${S}/config.h |
20 | } | 20 | } |
21 | 21 | ||
22 | inherit autotools | 22 | inherit autotools |
diff --git a/meta-oe/recipes-support/libee/libee.inc b/meta-oe/recipes-support/libee/libee.inc index 256fa053b..e5a145ab2 100644 --- a/meta-oe/recipes-support/libee/libee.inc +++ b/meta-oe/recipes-support/libee/libee.inc | |||
@@ -28,12 +28,12 @@ TESTDIR = "tests" | |||
28 | # We presume the tests we are going to install so just build them directly. | 28 | # We presume the tests we are going to install so just build them directly. |
29 | # | 29 | # |
30 | do_compile_ptest() { | 30 | do_compile_ptest() { |
31 | oe_runmake -C ${TESTDIR} genfile ezapi1 | 31 | oe_runmake -C ${TESTDIR} genfile ezapi1 |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_ptest() { | 34 | do_install_ptest() { |
35 | install -d ${D}${PTEST_PATH} | 35 | install -d ${D}${PTEST_PATH} |
36 | install -m 0755 ${B}/${TESTDIR}/genfile ${D}${PTEST_PATH} | 36 | install -m 0755 ${B}/${TESTDIR}/genfile ${D}${PTEST_PATH} |
37 | install -m 0755 ${B}/${TESTDIR}/.libs/ezapi1 ${D}${PTEST_PATH} | 37 | install -m 0755 ${B}/${TESTDIR}/.libs/ezapi1 ${D}${PTEST_PATH} |
38 | install -m 0755 ${WORKDIR}/ezapi1.sh ${D}${PTEST_PATH} | 38 | install -m 0755 ${WORKDIR}/ezapi1.sh ${D}${PTEST_PATH} |
39 | } | 39 | } |
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb index cf39278a6..9c1a5200b 100644 --- a/meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb +++ b/meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb | |||
@@ -24,7 +24,7 @@ PACKAGECONFIG[enableboardconfig] = "--enable-board=${BOARD},," | |||
24 | PACKAGECONFIG[python] = "--enable-python=${PYTHON_PN},,${PYTHON_PN}" | 24 | PACKAGECONFIG[python] = "--enable-python=${PYTHON_PN},,${PYTHON_PN}" |
25 | 25 | ||
26 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ | 26 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ |
27 | '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)}" | 27 | '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)}" |
28 | 28 | ||
29 | RDEPENDS_${PN} = "libgcc" | 29 | RDEPENDS_${PN} = "libgcc" |
30 | 30 | ||
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index 9c3d2340f..73905b6c0 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc | |||
@@ -139,8 +139,8 @@ do_install() { | |||
139 | ${D}${systemd_unitdir}/system/install_db.service | 139 | ${D}${systemd_unitdir}/system/install_db.service |
140 | 140 | ||
141 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 141 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
142 | install -d ${D}${sysconfdir}/tmpfiles.d | 142 | install -d ${D}${sysconfdir}/tmpfiles.d |
143 | echo "f /var/log/mysqld.err 0640 mysql mysql -" \ | 143 | echo "f /var/log/mysqld.err 0640 mysql mysql -" \ |
144 | > ${D}${sysconfdir}/tmpfiles.d/99-mysqld.conf | 144 | > ${D}${sysconfdir}/tmpfiles.d/99-mysqld.conf |
145 | fi | 145 | fi |
146 | install -d ${D}${bindir} | 146 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-support/numactl/numactl_2.0.11.bb b/meta-oe/recipes-support/numactl/numactl_2.0.11.bb index 199726fd0..dd159a3b1 100644 --- a/meta-oe/recipes-support/numactl/numactl_2.0.11.bb +++ b/meta-oe/recipes-support/numactl/numactl_2.0.11.bb | |||
@@ -11,12 +11,12 @@ inherit autotools-brokensep ptest | |||
11 | LIC_FILES_CHKSUM = "file://README;beginline=19;endline=32;md5=5644cc3851cb2499f6c48e52fe198bd9" | 11 | LIC_FILES_CHKSUM = "file://README;beginline=19;endline=32;md5=5644cc3851cb2499f6c48e52fe198bd9" |
12 | 12 | ||
13 | SRC_URI = "ftp://oss.sgi.com/www/projects/libnuma/download/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "ftp://oss.sgi.com/www/projects/libnuma/download/${BPN}-${PV}.tar.gz \ |
14 | file://fix-null-pointer.patch \ | 14 | file://fix-null-pointer.patch \ |
15 | file://Fix-the-test-output-format.patch \ | 15 | file://Fix-the-test-output-format.patch \ |
16 | file://Makefile \ | 16 | file://Makefile \ |
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | file://0001-define-run-test-target.patch \ | 18 | file://0001-define-run-test-target.patch \ |
19 | " | 19 | " |
20 | SRC_URI[md5sum] = "d3bc88b7ddb9f06d60898f4816ae9127" | 20 | SRC_URI[md5sum] = "d3bc88b7ddb9f06d60898f4816ae9127" |
21 | SRC_URI[sha256sum] = "450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861" | 21 | SRC_URI[sha256sum] = "450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861" |
22 | 22 | ||
@@ -24,34 +24,34 @@ SRC_URI[sha256sum] = "450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e | |||
24 | COMPATIBLE_HOST = "^((?!arm).*)$" | 24 | COMPATIBLE_HOST = "^((?!arm).*)$" |
25 | 25 | ||
26 | do_install() { | 26 | do_install() { |
27 | oe_runmake DESTDIR=${D} prefix=${D}/usr install | 27 | oe_runmake DESTDIR=${D} prefix=${D}/usr install |
28 | #remove the empty man2 directory | 28 | #remove the empty man2 directory |
29 | rm -r ${D}${mandir}/man2 | 29 | rm -r ${D}${mandir}/man2 |
30 | } | 30 | } |
31 | 31 | ||
32 | do_compile_ptest() { | 32 | do_compile_ptest() { |
33 | oe_runmake test | 33 | oe_runmake test |
34 | } | 34 | } |
35 | 35 | ||
36 | do_install_ptest() { | 36 | do_install_ptest() { |
37 | #install tests binaries | 37 | #install tests binaries |
38 | local test_binaries="distance ftok mbind_mig_pages migrate_pages move_pages \ | 38 | local test_binaries="distance ftok mbind_mig_pages migrate_pages move_pages \ |
39 | mynode nodemap node-parse pagesize prefered randmap realloc_test \ | 39 | mynode nodemap node-parse pagesize prefered randmap realloc_test \ |
40 | tbitmap tshared" | 40 | tbitmap tshared" |
41 | 41 | ||
42 | [ ! -d ${D}/${PTEST_PATH}/test ] && mkdir -p ${D}/${PTEST_PATH}/test | 42 | [ ! -d ${D}/${PTEST_PATH}/test ] && mkdir -p ${D}/${PTEST_PATH}/test |
43 | for i in $test_binaries; do | 43 | for i in $test_binaries; do |
44 | install -m 0755 ${B}/test/.libs/$i ${D}${PTEST_PATH}/test | 44 | install -m 0755 ${B}/test/.libs/$i ${D}${PTEST_PATH}/test |
45 | done | 45 | done |
46 | 46 | ||
47 | local test_scripts="checktopology checkaffinity printcpu regress regress2 \ | 47 | local test_scripts="checktopology checkaffinity printcpu regress regress2 \ |
48 | shmtest runltp bind_range" | 48 | shmtest runltp bind_range" |
49 | for i in $test_scripts; do | 49 | for i in $test_scripts; do |
50 | install -m 0755 ${B}/test/$i ${D}${PTEST_PATH}/test | 50 | install -m 0755 ${B}/test/$i ${D}${PTEST_PATH}/test |
51 | done | 51 | done |
52 | 52 | ||
53 | install -m 0755 ${WORKDIR}/Makefile ${D}${PTEST_PATH}/ | 53 | install -m 0755 ${WORKDIR}/Makefile ${D}${PTEST_PATH}/ |
54 | install -m 0755 ${B}/.libs/numactl ${D}${PTEST_PATH}/ | 54 | install -m 0755 ${B}/.libs/numactl ${D}${PTEST_PATH}/ |
55 | } | 55 | } |
56 | 56 | ||
57 | RDEPENDS_${PN}-ptest = "bash" | 57 | RDEPENDS_${PN}-ptest = "bash" |
diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb index 8ab9a2b4e..da1131616 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.1.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb | |||
@@ -19,11 +19,12 @@ IPP_MD5 = "808b791a6eac9ed78d32a7666804320e" | |||
19 | 19 | ||
20 | SRCREV_FORMAT = "opencv" | 20 | SRCREV_FORMAT = "opencv" |
21 | SRC_URI = "git://github.com/Itseez/opencv.git;name=opencv \ | 21 | SRC_URI = "git://github.com/Itseez/opencv.git;name=opencv \ |
22 | git://github.com/Itseez/opencv_contrib.git;destsuffix=contrib;name=contrib \ | 22 | git://github.com/Itseez/opencv_contrib.git;destsuffix=contrib;name=contrib \ |
23 | git://github.com/Itseez/opencv_3rdparty.git;branch=ippicv/master_20151201;destsuffix=party3;name=party3 \ | 23 | git://github.com/Itseez/opencv_3rdparty.git;branch=ippicv/master_20151201;destsuffix=party3;name=party3 \ |
24 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ | 24 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ |
25 | file://fixgcc60.patch \ | 25 | file://fixgcc60.patch \ |
26 | file://fixpkgconfig.patch" | 26 | file://fixpkgconfig.patch \ |
27 | " | ||
27 | 28 | ||
28 | PV = "3.1+git${SRCPV}" | 29 | PV = "3.1+git${SRCPV}" |
29 | 30 | ||
@@ -35,22 +36,22 @@ do_unpack_extra() { | |||
35 | addtask unpack_extra after do_unpack before do_patch | 36 | addtask unpack_extra after do_unpack before do_patch |
36 | 37 | ||
37 | EXTRA_OECMAKE = "-DPYTHON2_NUMPY_INCLUDE_DIRS:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/numpy/core/include \ | 38 | EXTRA_OECMAKE = "-DPYTHON2_NUMPY_INCLUDE_DIRS:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/numpy/core/include \ |
38 | -DOPENCV_EXTRA_MODULES_PATH=${WORKDIR}/contrib/modules \ | 39 | -DOPENCV_EXTRA_MODULES_PATH=${WORKDIR}/contrib/modules \ |
39 | -DWITH_1394=OFF \ | 40 | -DWITH_1394=OFF \ |
40 | -DCMAKE_SKIP_RPATH=ON \ | 41 | -DCMAKE_SKIP_RPATH=ON \ |
41 | -DOPENCV_ICV_PACKAGE_DOWNLOADED=${IPP_MD5} \ | 42 | -DOPENCV_ICV_PACKAGE_DOWNLOADED=${IPP_MD5} \ |
42 | -DOPENCV_ICV_PATH=${WORKDIR}/ippicv_lnx \ | 43 | -DOPENCV_ICV_PATH=${WORKDIR}/ippicv_lnx \ |
43 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse3", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1", "", d)} \ | 44 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse3", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1", "", d)} \ |
44 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \ | 45 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \ |
45 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \ | 46 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \ |
46 | ${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \ | 47 | ${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \ |
47 | ${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ | 48 | ${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ |
48 | " | 49 | " |
49 | EXTRA_OECMAKE_append_x86 = " -DX86=ON" | 50 | EXTRA_OECMAKE_append_x86 = " -DX86=ON" |
50 | 51 | ||
51 | PACKAGECONFIG ??= "eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ | 52 | PACKAGECONFIG ??= "eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ |
52 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ | 53 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ |
53 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" | 54 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" |
54 | 55 | ||
55 | PACKAGECONFIG[amdblas] = "-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas," | 56 | PACKAGECONFIG[amdblas] = "-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas," |
56 | PACKAGECONFIG[amdfft] = "-DWITH_OPENCLAMDFFT=ON,-DWITH_OPENCLAMDFFT=OFF,libclamdfft," | 57 | PACKAGECONFIG[amdfft] = "-DWITH_OPENCLAMDFFT=ON,-DWITH_OPENCLAMDFFT=OFF,libclamdfft," |
@@ -80,7 +81,7 @@ export ANT_DIR="${STAGING_DIR_NATIVE}/usr/share/ant/" | |||
80 | TARGET_CC_ARCH += "-I${S}/include " | 81 | TARGET_CC_ARCH += "-I${S}/include " |
81 | 82 | ||
82 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'oracle-java', '${PN}-java-dbg ${PN}-java', '', d)} \ | 83 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'oracle-java', '${PN}-java-dbg ${PN}-java', '', d)} \ |
83 | ${PN}-samples-dbg ${PN}-samples ${PN}-apps python-opencv" | 84 | ${PN}-samples-dbg ${PN}-samples ${PN}-apps python-opencv" |
84 | 85 | ||
85 | python populate_packages_prepend () { | 86 | python populate_packages_prepend () { |
86 | cv_libdir = d.expand('${libdir}') | 87 | cv_libdir = d.expand('${libdir}') |
diff --git a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb index 4e8b7d847..4233ba430 100644 --- a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb +++ b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb | |||
@@ -12,9 +12,9 @@ LICENSE = "BSD" | |||
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e284d013ef08e66d4737f446c5890550" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e284d013ef08e66d4737f446c5890550" |
13 | 13 | ||
14 | SRC_URI = "http://www.openwall.com/pam/modules/pam_passwdqc/pam_passwdqc-1.0.5.tar.gz \ | 14 | SRC_URI = "http://www.openwall.com/pam/modules/pam_passwdqc/pam_passwdqc-1.0.5.tar.gz \ |
15 | file://1000patch-219201.patch \ | 15 | file://1000patch-219201.patch \ |
16 | file://7000Makefile-fix-CC.patch \ | 16 | file://7000Makefile-fix-CC.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "cd9c014f736158b1a60384a8e2bdc28a" | 18 | SRC_URI[md5sum] = "cd9c014f736158b1a60384a8e2bdc28a" |
19 | SRC_URI[sha256sum] = "32528ddf7d8219c788b6e7702361611ff16c6340b6dc0f418ff164aadc4a4a88" | 19 | SRC_URI[sha256sum] = "32528ddf7d8219c788b6e7702361611ff16c6340b6dc0f418ff164aadc4a4a88" |
20 | 20 | ||
@@ -24,10 +24,11 @@ S = "${WORKDIR}/pam_passwdqc-${PV}" | |||
24 | DEPENDS = "libpam" | 24 | DEPENDS = "libpam" |
25 | 25 | ||
26 | EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -Wall -fPIC -DHAVE_SHADOW" \ | 26 | EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -Wall -fPIC -DHAVE_SHADOW" \ |
27 | SECUREDIR=${base_libdir}/security" | 27 | SECUREDIR=${base_libdir}/security \ |
28 | " | ||
28 | 29 | ||
29 | do_install() { | 30 | do_install() { |
30 | oe_runmake install DESTDIR=${D} | 31 | oe_runmake install DESTDIR=${D} |
31 | } | 32 | } |
32 | 33 | ||
33 | FILES_${PN} += "${base_libdir}/security/pam_passwdqc.so" | 34 | FILES_${PN} += "${base_libdir}/security/pam_passwdqc.so" |
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.14.bb b/meta-oe/recipes-support/sharutils/sharutils_4.14.bb index 49981e7f7..d69e6ecbd 100644 --- a/meta-oe/recipes-support/sharutils/sharutils_4.14.bb +++ b/meta-oe/recipes-support/sharutils/sharutils_4.14.bb | |||
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
7 | inherit gettext autotools-brokensep | 7 | inherit gettext autotools-brokensep |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.gnu.org/gnu/sharutils/sharutils-4.14.tar.gz \ | 9 | SRC_URI = "ftp://ftp.gnu.org/gnu/sharutils/sharutils-4.14.tar.gz \ |
10 | file://fix-for-cross-compiling.patch \ | 10 | file://fix-for-cross-compiling.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "5686c11131b4c4c0841f8f3ef34d136a" | 13 | SRC_URI[md5sum] = "5686c11131b4c4c0841f8f3ef34d136a" |
14 | SRC_URI[sha256sum] = "90f5107c167cfd1b299bb211828d2586471087863dbed698f53109cd5f717208" | 14 | SRC_URI[sha256sum] = "90f5107c167cfd1b299bb211828d2586471087863dbed698f53109cd5f717208" |
15 | 15 | ||
16 | do_configure () { | 16 | do_configure () { |
17 | oe_runconf | 17 | oe_runconf |
18 | } | 18 | } |
diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb index ac8593cb6..4a1b4ce67 100644 --- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | |||
@@ -22,9 +22,9 @@ DEPENDS = "linux-libc-headers ncurses" | |||
22 | EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}" | 22 | EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}" |
23 | 23 | ||
24 | do_compile () { | 24 | do_compile () { |
25 | oe_runmake 'CC=${CC}' | 25 | oe_runmake 'CC=${CC}' |
26 | } | 26 | } |
27 | 27 | ||
28 | do_install() { | 28 | do_install() { |
29 | oe_runmake install INSTALLDIR=${D} | 29 | oe_runmake install INSTALLDIR=${D} |
30 | } | 30 | } |
diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb b/meta-oe/recipes-support/uim/uim_1.8.6.bb index ae193b200..76a41252d 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.6.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb | |||
@@ -1,15 +1,14 @@ | |||
1 | DESCRIPTION = "A multilingual user input method library" | 1 | DESCRIPTION = "A multilingual user input method library" |
2 | HOMEPAGE = "http://uim.freedesktop.org/" | 2 | HOMEPAGE = "http://uim.freedesktop.org/" |
3 | LICENSE = "BSD-3-Clause & LGPLv2+" | 3 | LICENSE = "BSD-3-Clause & LGPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=32463fd29aa303fb2360faeeae17256b" | ||
4 | SECTION = "inputmethods" | 5 | SECTION = "inputmethods" |
5 | 6 | ||
6 | SRC_URI = "http://uim.googlecode.com/files/uim-${PV}.tar.bz2 \ | 7 | SRC_URI = "http://uim.googlecode.com/files/uim-${PV}.tar.bz2" |
7 | " | ||
8 | |||
9 | SRC_URI_append_class-target = "file://uim-module-manager.patch \ | ||
10 | file://0001-fix-bug-for-cross-compile.patch" | ||
11 | 8 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=32463fd29aa303fb2360faeeae17256b" | 9 | SRC_URI_append_class-target = " file://uim-module-manager.patch \ |
10 | file://0001-fix-bug-for-cross-compile.patch \ | ||
11 | " | ||
13 | SRC_URI[md5sum] = "ecea4c597bab1fd4ba98ea84edcece59" | 12 | SRC_URI[md5sum] = "ecea4c597bab1fd4ba98ea84edcece59" |
14 | SRC_URI[sha256sum] = "7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f" | 13 | SRC_URI[sha256sum] = "7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f" |
15 | 14 | ||
@@ -24,12 +23,13 @@ LEAD_SONAME = "libuim.so.1" | |||
24 | inherit autotools pkgconfig gettext | 23 | inherit autotools pkgconfig gettext |
25 | 24 | ||
26 | EXTRA_OECONF += "--disable-emacs \ | 25 | EXTRA_OECONF += "--disable-emacs \ |
27 | --without-scim \ | 26 | --without-scim \ |
28 | --without-m17nlib \ | 27 | --without-m17nlib \ |
29 | --without-prime \ | 28 | --without-prime \ |
30 | --without-canna \ | 29 | --without-canna \ |
31 | --without-mana \ | 30 | --without-mana \ |
32 | --without-eb" | 31 | --without-eb \ |
32 | " | ||
33 | 33 | ||
34 | CONFIGUREOPTS_remove_class-target = "--disable-silent-rules" | 34 | CONFIGUREOPTS_remove_class-target = "--disable-silent-rules" |
35 | 35 | ||
@@ -45,60 +45,62 @@ do_install_append() { | |||
45 | PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-common uim-anthy libuim0 libuim-dev" | 45 | PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-common uim-anthy libuim0 libuim-dev" |
46 | 46 | ||
47 | FILES_${PN} = "${bindir}/uim-help \ | 47 | FILES_${PN} = "${bindir}/uim-help \ |
48 | ${libdir}/uim/plugin/libuim-* \ | 48 | ${libdir}/uim/plugin/libuim-* \ |
49 | ${libdir}/libuim-scm* \ | 49 | ${libdir}/libuim-scm* \ |
50 | ${libdir}/libgcroots* \ | 50 | ${libdir}/libgcroots* \ |
51 | ${libdir}/uim/plugin/libuim-*" | 51 | ${libdir}/uim/plugin/libuim-* \ |
52 | " | ||
52 | 53 | ||
53 | FILES_libuim0 = "${libdir}/uim/plugin/libuim-custom-enabler.* \ | 54 | FILES_libuim0 = "${libdir}/uim/plugin/libuim-custom-enabler.* \ |
54 | ${libdir}/libuim-custom.so.* \ | 55 | ${libdir}/libuim-custom.so.* \ |
55 | ${datadir}/locale/ja/LC_MESSAGES/uim.mo \ | 56 | ${datadir}/locale/ja/LC_MESSAGES/uim.mo \ |
56 | ${datadir}/locale/fr/LC_MESSAGES/uim.mo \ | 57 | ${datadir}/locale/fr/LC_MESSAGES/uim.mo \ |
57 | ${datadir}/locale/ko/LC_MESSAGES/uim.mo \ | 58 | ${datadir}/locale/ko/LC_MESSAGES/uim.mo \ |
58 | ${libdir}/libuim.so.*" | 59 | ${libdir}/libuim.so.* \ |
59 | 60 | " | |
60 | FILES_libuim-dev = "${libdir}/libuim*.a \ | 61 | FILES_libuim-dev = "${libdir}/libuim*.a \ |
61 | ${libdir}/libuim*.la \ | 62 | ${libdir}/libuim*.la \ |
62 | ${libdir}/libuim*.so \ | 63 | ${libdir}/libuim*.so \ |
63 | ${includedir}/uim \ | 64 | ${includedir}/uim \ |
64 | ${libdir}/pkgconfig/uim.pc" | 65 | ${libdir}/pkgconfig/uim.pc \ |
65 | 66 | " | |
66 | FILES_uim-anthy = "${libdir}/uim/plugin/libuim-anthy.* \ | 67 | FILES_uim-anthy = "${libdir}/uim/plugin/libuim-anthy.* \ |
67 | ${datadir}/uim/anthy*.scm" | 68 | ${datadir}/uim/anthy*.scm \ |
68 | 69 | " | |
69 | FILES_${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug" | 70 | FILES_${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug" |
70 | FILES_${PN}-dev += "${libdir}/uim/plugin/*.la" | 71 | FILES_${PN}-dev += "${libdir}/uim/plugin/*.la" |
71 | 72 | ||
72 | FILES_uim-utils = "${bindir}/uim-sh \ | 73 | FILES_uim-utils = "${bindir}/uim-sh \ |
73 | ${bindir}/uim-module-manager \ | 74 | ${bindir}/uim-module-manager \ |
74 | ${libexecdir}/uim-helper-server" | 75 | ${libexecdir}/uim-helper-server \ |
75 | 76 | " | |
76 | FILES_uim-xim = "${bindir}/uim-xim \ | 77 | FILES_uim-xim = "${bindir}/uim-xim \ |
77 | ${libexecdir}/uim-candwin-*gtk \ | 78 | ${libexecdir}/uim-candwin-*gtk \ |
78 | ${libexecdir}/uim-candwin-*gtk3 \ | 79 | ${libexecdir}/uim-candwin-*gtk3 \ |
79 | ${datadir}/man/man1/uim-xim.1 \ | 80 | ${datadir}/man/man1/uim-xim.1 \ |
80 | ${sysconfdir}/X11/xinit/xinput.d/uim*" | 81 | ${sysconfdir}/X11/xinit/xinput.d/uim* \ |
81 | 82 | " | |
82 | FILES_uim-common = "${datadir}/uim/pixmaps/*.png \ | 83 | FILES_uim-common = "${datadir}/uim/pixmaps/*.png \ |
83 | ${datadir}/uim" | 84 | ${datadir}/uim \ |
84 | 85 | " | |
85 | FILES_uim-fep = "${bindir}/uim-fep*" | 86 | FILES_uim-fep = "${bindir}/uim-fep*" |
86 | 87 | ||
87 | FILES_uim-gtk2.0 = "${libdir}/gtk-2.0 \ | 88 | FILES_uim-gtk2.0 = "${libdir}/gtk-2.0 \ |
88 | ${bindir}/uim-toolbar-gtk \ | 89 | ${bindir}/uim-toolbar-gtk \ |
89 | ${bindir}/uim-toolbar-gtk-systray \ | 90 | ${bindir}/uim-toolbar-gtk-systray \ |
90 | ${bindir}/uim-*-gtk \ | 91 | ${bindir}/uim-*-gtk \ |
91 | ${bindir}/uim-input-pad-ja \ | 92 | ${bindir}/uim-input-pad-ja \ |
92 | ${libdir}/uim/uim-*-gtk" | 93 | ${libdir}/uim/uim-*-gtk \ |
93 | 94 | " | |
94 | FILES_uim-gtk3 = "${libdir}/gtk-3.0 \ | 95 | FILES_uim-gtk3 = "${libdir}/gtk-3.0 \ |
95 | ${bindir}/uim-toolbar-gtk3 \ | 96 | ${bindir}/uim-toolbar-gtk3 \ |
96 | ${bindir}/uim-toolbar-gtk3-systray \ | 97 | ${bindir}/uim-toolbar-gtk3-systray \ |
97 | ${bindir}/uim-*-gtk3 \ | 98 | ${bindir}/uim-*-gtk3 \ |
98 | ${libdir}/uim/uim-*-gtk3" | 99 | ${libdir}/uim/uim-*-gtk3 \ |
99 | 100 | " | |
100 | FILES_uim-skk = "${libdir}/uim/plugin/libuim-skk.* \ | 101 | FILES_uim-skk = "${libdir}/uim/plugin/libuim-skk.* \ |
101 | ${datadir}/uim/skk*.scm" | 102 | ${datadir}/uim/skk*.scm \ |
103 | " | ||
102 | 104 | ||
103 | pkg_postinst_uim-anthy() { | 105 | pkg_postinst_uim-anthy() { |
104 | if [ -f /usr/bin/uim-module-manager ]; then | 106 | if [ -f /usr/bin/uim-module-manager ]; then |
@@ -137,8 +139,8 @@ pkg_postrm_uim-skk() { | |||
137 | pkg_postinst_uim-common() { | 139 | pkg_postinst_uim-common() { |
138 | if [ -f /usr/bin/uim-module-manager ]; then | 140 | if [ -f /usr/bin/uim-module-manager ]; then |
139 | /usr/bin/uim-module-manager --path /etc/uim --register \ | 141 | /usr/bin/uim-module-manager --path /etc/uim --register \ |
140 | tutcode tcode hangul viqr \ | 142 | tutcode tcode hangul viqr \ |
141 | ipa-x-sampa latin byeoru | 143 | ipa-x-sampa latin byeoru |
142 | fi | 144 | fi |
143 | } | 145 | } |
144 | 146 | ||
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb index 52a2f5688..425f66b91 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb | |||
@@ -15,5 +15,5 @@ RDEPENDS_${PN} = "tcl" | |||
15 | RRECOMMENDS_${PN} = "usb-modeswitch-data" | 15 | RRECOMMENDS_${PN} = "usb-modeswitch-data" |
16 | 16 | ||
17 | do_install() { | 17 | do_install() { |
18 | oe_runmake DESTDIR=${D} install | 18 | oe_runmake DESTDIR=${D} install |
19 | } | 19 | } |