diff options
25 files changed, 27 insertions, 26 deletions
diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc index 11bd612fff..50b191c7bb 100644 --- a/meta/recipes-core/glibc/glibc-locale.inc +++ b/meta/recipes-core/glibc/glibc-locale.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | include glibc-collateral.inc | 1 | require glibc-collateral.inc |
2 | 2 | ||
3 | SUMMARY = "Locale data from glibc" | 3 | SUMMARY = "Locale data from glibc" |
4 | 4 | ||
diff --git a/meta/recipes-core/glibc/glibc-mtrace.inc b/meta/recipes-core/glibc/glibc-mtrace.inc index e12b079e06..0e4615d0b2 100644 --- a/meta/recipes-core/glibc/glibc-mtrace.inc +++ b/meta/recipes-core/glibc/glibc-mtrace.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | include glibc-collateral.inc | 1 | require glibc-collateral.inc |
2 | 2 | ||
3 | SUMMARY = "mtrace utility provided by glibc" | 3 | SUMMARY = "mtrace utility provided by glibc" |
4 | DESCRIPTION = "mtrace utility provided by glibc" | 4 | DESCRIPTION = "mtrace utility provided by glibc" |
diff --git a/meta/recipes-core/glibc/glibc-scripts.inc b/meta/recipes-core/glibc/glibc-scripts.inc index bce0a42106..66fdee4332 100644 --- a/meta/recipes-core/glibc/glibc-scripts.inc +++ b/meta/recipes-core/glibc/glibc-scripts.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | include glibc-collateral.inc | 1 | require glibc-collateral.inc |
2 | 2 | ||
3 | SUMMARY = "utility scripts provided by glibc" | 3 | SUMMARY = "utility scripts provided by glibc" |
4 | DESCRIPTION = "utility scripts provided by glibc" | 4 | DESCRIPTION = "utility scripts provided by glibc" |
diff --git a/meta/recipes-extended/cpio/cpio_2.12.bb b/meta/recipes-extended/cpio/cpio_2.12.bb index e7439996bb..405a90e03a 100644 --- a/meta/recipes-extended/cpio/cpio_2.12.bb +++ b/meta/recipes-extended/cpio/cpio_2.12.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include cpio_v2.inc | 1 | require cpio_v2.inc |
2 | 2 | ||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb index 455d31e872..dc2820cda7 100644 --- a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb +++ b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | EGLINFO_PLATFORM ?= "fb" | 1 | EGLINFO_PLATFORM ?= "fb" |
2 | EGLINFO_BINARY_NAME ?= "eglinfo-fb" | 2 | EGLINFO_BINARY_NAME ?= "eglinfo-fb" |
3 | 3 | ||
4 | include eglinfo.inc | 4 | require eglinfo.inc |
5 | 5 | ||
6 | SUMMARY += "(Framebuffer version)" | 6 | SUMMARY += "(Framebuffer version)" |
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb index db00f76e90..48ab8805d8 100644 --- a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb +++ b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | EGLINFO_PLATFORM ?= "x11" | 1 | EGLINFO_PLATFORM ?= "x11" |
2 | EGLINFO_BINARY_NAME ?= "eglinfo-x11" | 2 | EGLINFO_BINARY_NAME ?= "eglinfo-x11" |
3 | 3 | ||
4 | include eglinfo.inc | 4 | require eglinfo.inc |
5 | 5 | ||
6 | DEPENDS += "virtual/libx11" | 6 | DEPENDS += "virtual/libx11" |
7 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc index c4dba1b19c..342067d6c1 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | include xorg-driver-common.inc | 1 | require xorg-driver-common.inc |
2 | 2 | ||
3 | DEPENDS += "inputproto kbproto " | 3 | DEPENDS += "inputproto kbproto " |
4 | 4 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc index 38281e0f23..b5862dae10 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | include xorg-driver-common.inc | 1 | require xorg-driver-common.inc |
2 | 2 | ||
3 | DEPENDS =+ "renderproto videoproto xextproto fontsproto" | 3 | DEPENDS =+ "renderproto videoproto xextproto fontsproto" |
4 | 4 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.10.2.bb index a3f3d04dd8..ed51a4fdaf 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.10.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0-libav.inc | 1 | require gstreamer1.0-libav.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
4 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 4 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb index f4604a34c8..b6c0d7d72e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0-libav.inc | 3 | require gstreamer1.0-libav.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
6 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 6 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb index 74358a7245..3b4580f8a3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0-omx.inc | 1 | require gstreamer1.0-omx.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
4 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" | 4 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb index 9705543529..49593b6b88 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0-omx.inc | 3 | require gstreamer1.0-omx.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
6 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" | 6 | file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.2.bb index e257a589ad..73cf591f98 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0-plugins-bad.inc | 1 | require gstreamer1.0-plugins-bad.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ |
4 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \ | 4 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb index 609ea0b25e..79ebcacf6d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0-plugins-bad.inc | 3 | require gstreamer1.0-plugins-bad.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ |
6 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \ | 6 | file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.2.bb index 1b0fdacffc..b756ed91e2 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.10.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0-plugins-base.inc | 1 | require gstreamer1.0-plugins-base.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ |
4 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 4 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb index bdd4cb874a..4d63827c28 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0-plugins-base.inc | 3 | require gstreamer1.0-plugins-base.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \ |
6 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ | 6 | file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.2.bb index 82635dba10..18262d0bfd 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0-plugins-good.inc | 1 | require gstreamer1.0-plugins-good.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
4 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | 4 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb index 120629c956..04a313de5a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0-plugins-good.inc | 3 | require gstreamer1.0-plugins-good.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ | 6 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.2.bb index c07d3ff37d..95e3a2f309 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0-plugins-ugly.inc | 1 | require gstreamer1.0-plugins-ugly.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" | 4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb index 61cdbe8380..5b792343ba 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0-plugins-ugly.inc | 3 | require gstreamer1.0-plugins-ugly.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
6 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" | 6 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.2.bb index 1c23fa074a..85b4d0af4b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.2.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | include gstreamer1.0-rtsp-server.inc | 1 | require gstreamer1.0-rtsp-server.inc |
2 | |||
2 | SRC_URI[md5sum] = "3ed8878f076e84c59b3ed5bd38ab31ed" | 3 | SRC_URI[md5sum] = "3ed8878f076e84c59b3ed5bd38ab31ed" |
3 | SRC_URI[sha256sum] = "822dd6f754fea2bbf3369a7c388372f49b74668fb57943c1888675e544b07235" | 4 | SRC_URI[sha256sum] = "822dd6f754fea2bbf3369a7c388372f49b74668fb57943c1888675e544b07235" |
4 | 5 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb index 05ef34d2c7..cc5c57f70b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include gstreamer1.0.inc | 1 | require gstreamer1.0.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ |
4 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" | 4 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb index 6112f2a892..39f38a1cb7 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include gstreamer1.0.inc | 3 | require gstreamer1.0.inc |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ |
6 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" | 6 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" |
diff --git a/meta/recipes-support/boost/bjam-native_1.62.0.bb b/meta/recipes-support/boost/bjam-native_1.62.0.bb index 32646d707b..46013f343b 100644 --- a/meta/recipes-support/boost/bjam-native_1.62.0.bb +++ b/meta/recipes-support/boost/bjam-native_1.62.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include boost-${PV}.inc | 1 | require boost-${PV}.inc |
2 | 2 | ||
3 | SUMMARY = "Portable Boost.Jam build tool for boost" | 3 | SUMMARY = "Portable Boost.Jam build tool for boost" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-support/boost/boost_1.62.0.bb b/meta/recipes-support/boost/boost_1.62.0.bb index 120d12968b..cde03f2b8e 100644 --- a/meta/recipes-support/boost/boost_1.62.0.bb +++ b/meta/recipes-support/boost/boost_1.62.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | include boost-${PV}.inc | 1 | require boost-${PV}.inc |
2 | include boost.inc | 2 | require boost.inc |
3 | 3 | ||
4 | SRC_URI += "\ | 4 | SRC_URI += "\ |
5 | file://arm-intrinsics.patch \ | 5 | file://arm-intrinsics.patch \ |