diff options
Diffstat (limited to 'meta-oe')
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb index 97dab1c46..1d7817dce 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.003.001.bb | |||
@@ -23,5 +23,5 @@ do_install() { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | PACKAGES = "${PN}" | 25 | PACKAGES = "${PN}" |
26 | FILES_${PN} = ${datadir}/uhd/images | 26 | FILES_${PN} = "${datadir}/uhd/images" |
27 | 27 | ||
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index d6e3b03c4..76e2da4bf 100644 --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb +++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | |||
@@ -5,7 +5,7 @@ LICENSE ="BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ | 5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ |
6 | file://jpeglib.h;endline=14;md5=7bb9a39828a1b1e84acd4e8aec1e5532 \ | 6 | file://jpeglib.h;endline=14;md5=7bb9a39828a1b1e84acd4e8aec1e5532 \ |
7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ | 7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ |
8 | 8 | " | |
9 | PV = "8c+1.2.0" | 9 | PV = "8c+1.2.0" |
10 | SRCREV = "733" | 10 | SRCREV = "733" |
11 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" | 11 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" |
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index c2c451b6a..82dd15715 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | |||
@@ -23,7 +23,7 @@ PR = "r45" | |||
23 | # which will be next minor release and so on. | 23 | # which will be next minor release and so on. |
24 | 24 | ||
25 | BINV = "${PV}.4" | 25 | BINV = "${PV}.4" |
26 | SRCREV = 181733 | 26 | SRCREV = "181733" |
27 | BRANCH = "gcc-4_5-branch" | 27 | BRANCH = "gcc-4_5-branch" |
28 | PR_append = "+svnr${SRCPV}" | 28 | PR_append = "+svnr${SRCPV}" |
29 | 29 | ||
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb index 9555c4849..109bf82fa 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
8 | PR = "r4" | 8 | PR = "r4" |
9 | 9 | ||
10 | # ltrace is not ported to sh3/sh4 targets at this time | 10 | # ltrace is not ported to sh3/sh4 targets at this time |
11 | COMPATIBLE_TARGET_SYS = (?!sh[34]) | 11 | COMPATIBLE_TARGET_SYS = "(?!sh[34])" |
12 | 12 | ||
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \ | 14 | ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \ |
diff --git a/meta-oe/recipes-devtools/vala/vala.inc b/meta-oe/recipes-devtools/vala/vala.inc index b63cdfacd..0815c6626 100644 --- a/meta-oe/recipes-devtools/vala/vala.inc +++ b/meta-oe/recipes-devtools/vala/vala.inc | |||
@@ -22,4 +22,4 @@ inherit autotools | |||
22 | 22 | ||
23 | EXTRA_OECONF = "--disable-vapigen" | 23 | EXTRA_OECONF = "--disable-vapigen" |
24 | 24 | ||
25 | FILES_${PN}-doc += ${datadir}/devhelp | 25 | FILES_${PN}-doc += "${datadir}/devhelp" |
diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp.inc b/meta-oe/recipes-extended/net-snmp/net-snmp.inc index 66dac4391..1a51e75c0 100644 --- a/meta-oe/recipes-extended/net-snmp/net-snmp.inc +++ b/meta-oe/recipes-extended/net-snmp/net-snmp.inc | |||
@@ -44,7 +44,7 @@ FILES_${PN}-mibs = "${datadir}/snmp/mibs" | |||
44 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" | 44 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" |
45 | FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" | 45 | FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" |
46 | FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" | 46 | FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" |
47 | FILES_${PN}-dev += ${bindir}/net-snmp-config ${bindir}/mib2c ${bindir}/mib2c-update" | 47 | FILES_${PN}-dev += "${bindir}/net-snmp-config ${bindir}/mib2c ${bindir}/mib2c-update" |
48 | 48 | ||
49 | CONFFILES_${PN}-server = "${sysconfdir}/snmp/snmpd.conf \ | 49 | CONFFILES_${PN}-server = "${sysconfdir}/snmp/snmpd.conf \ |
50 | ${sysconfdir}/snmp/snmptrapd.conf" | 50 | ${sysconfdir}/snmp/snmptrapd.conf" |
diff --git a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb index 99edf214b..98025d3eb 100644 --- a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb +++ b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "file://xserver-nodm \ | |||
9 | file://xserver-nodm.service \ | 9 | file://xserver-nodm.service \ |
10 | file://gplv2-license.patch \ | 10 | file://gplv2-license.patch \ |
11 | " | 11 | " |
12 | S = ${WORKDIR} | 12 | S = "${WORKDIR}" |
13 | 13 | ||
14 | inherit allarch | 14 | inherit allarch |
15 | 15 | ||
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb b/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb index 5229312dc..9656358ce 100644 --- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb +++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ${PN}_${PV}.inc | 1 | require ${PN}_${PV}.inc |
2 | 2 | ||
3 | DEPENDS += mysql5-native | 3 | DEPENDS += "mysql5-native" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" | 5 | SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" |
6 | SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432" | 6 | SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432" |
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb b/meta-oe/recipes-support/opencv/opencv_2.3.bb index 0716e0fe4..1a4bb4fde 100644 --- a/meta-oe/recipes-support/opencv/opencv_2.3.bb +++ b/meta-oe/recipes-support/opencv/opencv_2.3.bb | |||
@@ -65,7 +65,7 @@ FILES_${PN}-doc = "${datadir}/OpenCV/doc" | |||
65 | 65 | ||
66 | ALLOW_EMPTY_${PN} = "1" | 66 | ALLOW_EMPTY_${PN} = "1" |
67 | 67 | ||
68 | INSANE_SKIP_python-opencv = True | 68 | INSANE_SKIP_python-opencv = "True" |
69 | DESCRIPTION_python-opencv = "Python bindings to opencv" | 69 | DESCRIPTION_python-opencv = "Python bindings to opencv" |
70 | FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" | 70 | FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" |
71 | RDEPENDS_python-opencv = "python-core python-numpy" | 71 | RDEPENDS_python-opencv = "python-core python-numpy" |