aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-07-27 21:33:34 +1200
committerDavid Phillips <david@yeah.nah.nz>2019-07-27 21:33:34 +1200
commit542eafc6f76cdc6d75975cd47eae5f455a8ee615 (patch)
tree827b438787c4b3463409bdfed4254330a16825cb
parent9ad8a88e1d1181ba6f54c79ecebb81c1d68042ee (diff)
downloadmeta-de10-nano-542eafc6f76cdc6d75975cd47eae5f455a8ee615.tar.xz
Temporarily remove superfluous bbappends
These are causing problems while not building Ångström and can be remoevd for now.
-rw-r--r--recipes-connectivity/bluez/bluez5_5.41.bbappend10
-rw-r--r--recipes-core/imagemagick/imagemagick_%.bbappend4
-rw-r--r--recipes-core/packagegroups/packagegroup-basic.bbappend1
-rw-r--r--recipes-core/webkit/webkitgtk_2.12.5.bbappend1
-rw-r--r--recipes-demo/de10-nano-qt-usb-gadget-app/de10-nano-qt-usb-gadget-app.bb37
-rw-r--r--recipes-extended/quota/quota_4.03.bbappend1
-rw-r--r--recipes-qt/qt5/qtbase_git.bbappend3
-rw-r--r--recipes-support/neon/neon_0.30.1.bbappend1
-rw-r--r--recipes-support/upower/upower_%.bbappend1
-rw-r--r--recipes-xfce/thunar-volman/thunar-volman_%.bbappend1
-rw-r--r--recipes-xfce/xfce4-settings/xfce4-settings_%.bbappend3
11 files changed, 0 insertions, 63 deletions
diff --git a/recipes-connectivity/bluez/bluez5_5.41.bbappend b/recipes-connectivity/bluez/bluez5_5.41.bbappend
deleted file mode 100644
index 2d2fc91..0000000
--- a/recipes-connectivity/bluez/bluez5_5.41.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-#for SDP example we need bluez4 compatiblity
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI_append = "\
- file://bluetooth.service \
- "
-
-do_install_append() {
- install -m 644 ${WORKDIR}/bluetooth.service ${D}${base_libdir}/systemd/system
-}
-
diff --git a/recipes-core/imagemagick/imagemagick_%.bbappend b/recipes-core/imagemagick/imagemagick_%.bbappend
deleted file mode 100644
index ab568c9..0000000
--- a/recipes-core/imagemagick/imagemagick_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-# Override build config
-
-EXTRA_OECONF_de0-nano = "--program-prefix= --program-suffix= --with-x --without-perl --disable-openmp --without-xml --disable-opencl"
-EXTRA_OECONF_de10-nano = "--program-prefix= --program-suffix= --with-x --without-perl --disable-openmp --without-xml --disable-opencl"
diff --git a/recipes-core/packagegroups/packagegroup-basic.bbappend b/recipes-core/packagegroups/packagegroup-basic.bbappend
deleted file mode 100644
index 441ef04..0000000
--- a/recipes-core/packagegroups/packagegroup-basic.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-RRECOMMENDS_${PN}_remove = "cpufrequtils"
diff --git a/recipes-core/webkit/webkitgtk_2.12.5.bbappend b/recipes-core/webkit/webkitgtk_2.12.5.bbappend
deleted file mode 100644
index 669be51..0000000
--- a/recipes-core/webkit/webkitgtk_2.12.5.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-PACKAGECONFIG[opengl] = "-DENABLE_OPENGL=ON,-DENABLE_OPENGL=OFF,virtual/libgl"
diff --git a/recipes-demo/de10-nano-qt-usb-gadget-app/de10-nano-qt-usb-gadget-app.bb b/recipes-demo/de10-nano-qt-usb-gadget-app/de10-nano-qt-usb-gadget-app.bb
deleted file mode 100644
index 53543da..0000000
--- a/recipes-demo/de10-nano-qt-usb-gadget-app/de10-nano-qt-usb-gadget-app.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "QT Application to control DE10-Nano USB Gadget"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d252b8b27e3e6ea89c9c6912b3c4373d"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-DEPENDS = "qtbase"
-inherit qmake5
-
-S = "${WORKDIR}"
-
-inherit pkgconfig
-
-PR = "r0"
-
-SRC_URI = " \
- file://dialog.cpp \
- file://mainwindow.cpp \
- file://dialog.h \
- file://mainwindow.h \
- file://dialog.ui \
- file://mainwindow.ui \
- file://LICENSE \
- file://USB_Gadget.pro \
- file://main.cpp \
- file://USB_Gadget.pro.user \
- "
-
-FILES_${PN} = " \
- /home/root/Desktop/USB_Gadget \
- "
-
-do_install() {
- install -d ${D}/home/root/Desktop
- install -m 755 ${WORKDIR}/build/USB_Gadget ${D}/home/root/Desktop
-}
-
diff --git a/recipes-extended/quota/quota_4.03.bbappend b/recipes-extended/quota/quota_4.03.bbappend
deleted file mode 100644
index 610d85c..0000000
--- a/recipes-extended/quota/quota_4.03.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-PACKAGECONFIG_remove = "tcp-wrappers"
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend
deleted file mode 100644
index 6159059..0000000
--- a/recipes-qt/qt5/qtbase_git.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-PACKAGECONFIG_prepend_de10-nano = " linuxfb freetype fontconfig "
-PACKAGECONFIG_MULTIMEDIA_de10-nano = ""
-
diff --git a/recipes-support/neon/neon_0.30.1.bbappend b/recipes-support/neon/neon_0.30.1.bbappend
deleted file mode 100644
index e2360a3..0000000
--- a/recipes-support/neon/neon_0.30.1.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-PACKAGECONFIG = "expat gnutls webdav zlib"
diff --git a/recipes-support/upower/upower_%.bbappend b/recipes-support/upower/upower_%.bbappend
deleted file mode 100644
index 61dd2ae..0000000
--- a/recipes-support/upower/upower_%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-RRECOMMENDS_${PN}_remove = "pm-utils"
diff --git a/recipes-xfce/thunar-volman/thunar-volman_%.bbappend b/recipes-xfce/thunar-volman/thunar-volman_%.bbappend
deleted file mode 100644
index a846799..0000000
--- a/recipes-xfce/thunar-volman/thunar-volman_%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-RDEPENDS_${PN} = ""
diff --git a/recipes-xfce/xfce4-settings/xfce4-settings_%.bbappend b/recipes-xfce/xfce4-settings/xfce4-settings_%.bbappend
deleted file mode 100644
index c1fba00..0000000
--- a/recipes-xfce/xfce4-settings/xfce4-settings_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-PACKAGECONFIG_remove = "sound-setter"
-RRECOMMENDS_${PN}_remove = "libcanberra-alsa"
-RRECOMMENDS_${PN}_remove = "libcanberra-pulse"