summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb2
-rw-r--r--meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb2
-rw-r--r--meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb2
-rw-r--r--meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb2
-rw-r--r--meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.0.bb2
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb2
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb1
-rw-r--r--meta-oe/recipes-multimedia/jack/jack_1.19.22.bb1
-rw-r--r--meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb2
9 files changed, 2 insertions, 14 deletions
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb
index a4c244d447..47f2c26ce4 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb
@@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "ed8b98448d535111d9a593b067601a8b53e2874814d706b2421a9490a6
14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net" 14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17
18BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
index 86fde7ccfb..ce9d758d9f 100644
--- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
+++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb
@@ -30,8 +30,6 @@ PACKAGECONFIG[nss] = "-DCZMQ_WITH_NSS=ON,-DCZMQ_WITH_NSS=OFF,nss"
30PACKAGECONFIG[systemd] = "-DCZMQ_WITH_SYSTEMD=ON,-DCZMQ_WITH_SYSTEMD=OFF,systemd" 30PACKAGECONFIG[systemd] = "-DCZMQ_WITH_SYSTEMD=ON,-DCZMQ_WITH_SYSTEMD=OFF,systemd"
31PACKAGECONFIG[uuid] = "-DCZMQ_WITH_UUID=ON,-DCZMQ_WITH_UUID=OFF,util-linux" 31PACKAGECONFIG[uuid] = "-DCZMQ_WITH_UUID=ON,-DCZMQ_WITH_UUID=OFF,util-linux"
32 32
33BBCLASSEXTEND = "nativesdk"
34
35do_install:append() { 33do_install:append() {
36 mkdir -p ${D}/${includedir}/${BPN} 34 mkdir -p ${D}/${includedir}/${BPN}
37 mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/. 35 mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/.
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
index 0709019056..a5d614961a 100644
--- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
+++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
@@ -42,6 +42,4 @@ RDEPENDS:${PN} += " \
42 dnf \ 42 dnf \
43 libnewt-python \ 43 libnewt-python \
44" 44"
45DEPENDS:append:class-nativesdk = " file-replacement-nativesdk"
46BBCLASSEXTEND = "nativesdk"
47SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" 45SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
index 29937e26d0..be2c0f5394 100644
--- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
+++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
@@ -29,4 +29,4 @@ EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF"
29COMPATIBLE_HOST:riscv32 = "null" 29COMPATIBLE_HOST:riscv32 = "null"
30COMPATIBLE_HOST:riscv64 = "null" 30COMPATIBLE_HOST:riscv64 = "null"
31 31
32BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.0.bb
index c71e535649..f2d74078e8 100644
--- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.0.bb
+++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.0.bb
@@ -18,4 +18,4 @@ EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/',
18 18
19FILES:${PN} += "${libdir}/openjpeg*" 19FILES:${PN} += "${libdir}/openjpeg*"
20 20
21BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb
index a672ba5e5e..f078ad60eb 100644
--- a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb
@@ -13,7 +13,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=64322fab5239f5c8d97cf6e0e14f1c62"
13 13
14DEPENDS += "libxaw libxkbfile" 14DEPENDS += "libxaw libxkbfile"
15 15
16BBCLASSEXTEND = "native"
17
18SRC_URI_EXT = "xz" 16SRC_URI_EXT = "xz"
19SRC_URI[sha256sum] = "f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4" 17SRC_URI[sha256sum] = "f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4"
diff --git a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb
index 30a1e089e3..a9a8acf05c 100644
--- a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb
@@ -8,7 +8,6 @@ LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de" 8LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de"
9 9
10DEPENDS += "xbitmaps libxcursor" 10DEPENDS += "xbitmaps libxcursor"
11BBCLASSEXTEND = "native"
12 11
13SRC_URI[md5sum] = "5fe769c8777a6e873ed1305e4ce2c353" 12SRC_URI[md5sum] = "5fe769c8777a6e873ed1305e4ce2c353"
14SRC_URI[sha256sum] = "10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c" 13SRC_URI[sha256sum] = "10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c"
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.22.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.22.bb
index 104b946c68..ef9936daba 100644
--- a/meta-oe/recipes-multimedia/jack/jack_1.19.22.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_1.19.22.bb
@@ -50,4 +50,3 @@ FILES:jack-utils = "${bindir}/*"
50 50
51FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*" 51FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*"
52 52
53BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
index fd82bb39c2..01c29d2c97 100644
--- a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
+++ b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb
@@ -30,8 +30,6 @@ EXTRA_OECONF:class-native += " --with-pdftops=pdftops \
30 --disable-ldap \ 30 --disable-ldap \
31 --with-png --without-jpeg --without-tiff" 31 --with-png --without-jpeg --without-tiff"
32 32
33BBCLASSEXTEND = "native"
34
35PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg" 33PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
36PACKAGECONFIG[png] = "--with-png,--without-png,libpng" 34PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
37PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" 35PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"