diff options
Diffstat (limited to 'recipes-devtools')
14 files changed, 0 insertions, 306 deletions
diff --git a/recipes-devtools/cppunit/cppunit_1.13.1.bbappend b/recipes-devtools/cppunit/cppunit_1.13.1.bbappend deleted file mode 100644 index d3267ac..0000000 --- a/recipes-devtools/cppunit/cppunit_1.13.1.bbappend +++ /dev/null @@ -1 +0,0 @@ -BBCLASSEXTEND = "native" diff --git a/recipes-devtools/node-red/node-red_0.15.3.bb b/recipes-devtools/node-red/node-red_0.15.3.bb deleted file mode 100644 index bacf9fd..0000000 --- a/recipes-devtools/node-red/node-red_0.15.3.bb +++ /dev/null @@ -1,59 +0,0 @@ -DESCRIPTION = "Node-RED" -HOMEPAGE = "http://nodered.org" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -DEPENDS = "nodejs nodejs-native" -RDEPENDS_${PN} += "bash" -PR = "r0" - -inherit npm-base - - -S = "${WORKDIR}" - -do_install() { - - # npm install locally - oe_runnpm install --prefix ./ node-red@0.15.3 - - # npm install more stuff - oe_runnpm install --prefix./node_modules/node-red nodemailer - # Build patched serialport. - # Original is https://registry.npmjs.org/serialport/-/serialport-1.7.4.tgz - oe_runnpm install --prefix ./node_modules/node-red http://multitech.net/mlinux/sources/node-red-serialport-1.7.4-mt1.tgz - - # modules needed for loragw - oe_runnpm install --prefix ./node_modules/node-red extend dissolve node-constants - - # install m2x node - oe_runnpm install --prefix ./node_modules/node-red node-red-m2x - - # remove dupe deps - oe_runnpm dedupe - - # remove Raspberry PI node - rm ./node_modules/node-red/nodes/core/hardware/36-rpi-gpio.html - rm ./node_modules/node-red/nodes/core/hardware/36-rpi-gpio.js - rm ./node_modules/node-red/nodes/core/hardware/nrgpio - rm ./node_modules/node-red/nodes/core/hardware/nrgpio.py - - # remove x86_64 serialport 0.0.5 - rm -rf ./node_modules/node-red/node_modules/node-red-node-serialport - - # install node-red - install -d ${D}/opt/node-red - cp -r ./node_modules/node-red/* ${D}/opt/node-red/ -} -pkg_preinst_${PN}() { - if grep 'Application Execution Platform with mLinux' /etc/issue ; then - ((aep=1)) - fi - ls /etc/init.d >/tmp/init.txt - - if ((aep == 1)) ; then - logger -t opkg -s -p user.error 'Application Execution Platform detected in /etc/issue -- this node-red package is for mLinux not AEP' - exit 1 - fi -} - -FILES_${PN} += "/opt/node-red" diff --git a/recipes-devtools/opkg/files/0003-opkg_conf-create-opkg.lock-in-run-lock-instead-of-run.patch b/recipes-devtools/opkg/files/0003-opkg_conf-create-opkg.lock-in-run-lock-instead-of-run.patch deleted file mode 100644 index 794f82d..0000000 --- a/recipes-devtools/opkg/files/0003-opkg_conf-create-opkg.lock-in-run-lock-instead-of-run.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naru old/libopkg/opkg_conf.h new/libopkg/opkg_conf.h ---- old/libopkg/opkg_conf.h 2017-08-03 17:47:57.375435517 -0500 -+++ new/libopkg/opkg_conf.h 2017-08-03 17:48:55.499433796 -0500 -@@ -40,7 +40,7 @@ - #define OPKG_CONF_DEFAULT_STATUS_FILE "/var/lib/opkg/status" - #define OPKG_CONF_DEFAULT_CACHE_DIR "/var/cache/opkg" - #define OPKG_CONF_DEFAULT_CONF_FILE_DIR "/etc/opkg" --#define OPKG_CONF_DEFAULT_LOCK_FILE "/run/opkg.lock" -+#define OPKG_CONF_DEFAULT_LOCK_FILE "/run/lock/opkg.lock" - - /* In case the config file defines no dest */ - #define OPKG_CONF_DEFAULT_DEST_NAME "root" diff --git a/recipes-devtools/opkg/opkg_%.bbappend b/recipes-devtools/opkg/opkg_%.bbappend deleted file mode 100644 index 7b45903..0000000 --- a/recipes-devtools/opkg/opkg_%.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -PR .= ".mlinux1" - -SRC_URI += " file://0003-opkg_conf-create-opkg.lock-in-run-lock-instead-of-run.patch \ - " -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - - diff --git a/recipes-devtools/php/files/init.d.php-rpm.patch b/recipes-devtools/php/files/init.d.php-rpm.patch deleted file mode 100644 index 312f5d7..0000000 --- a/recipes-devtools/php/files/init.d.php-rpm.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Naru old/sapi/fpm/init.d.php-fpm.in new/sapi/fpm/init.d.php-fpm.in ---- old/sapi/fpm/init.d.php-fpm.in 2017-08-14 16:30:30.551436717 -0500 -+++ new/sapi/fpm/init.d.php-fpm.in 2017-08-14 16:51:21.963399670 -0500 -@@ -10,12 +10,13 @@ - # Description: starts the PHP FastCGI Process Manager daemon - ### END INIT INFO - --prefix=@prefix@ --exec_prefix=@exec_prefix@ -- --php_fpm_BIN=@sbindir@/php-fpm --php_fpm_CONF=@sysconfdir@/php-fpm.conf --php_fpm_PID=@localstatedir@/run/php-fpm.pid -+NAME="php-fpm" -+prefix=/usr -+exec_prefix=/usr -+ -+php_fpm_BIN=/usr/sbin/php-fpm -+php_fpm_CONF=/etc/php-fpm.conf -+php_fpm_PID=/var/run/php-fpm.pid - - - php_opts="--fpm-config $php_fpm_CONF --pid $php_fpm_PID" -@@ -52,6 +53,12 @@ - - case "$1" in - start) -+ [[ -f /etc/default/$NAME ]] && . /etc/default/"$NAME" -+ if [[ $ENABLED != "yes" ]]; then -+ echo "$NAME: disabled in /etc/default" -+ exit -+ fi -+ - echo -n "Starting php-fpm " - - $php_fpm_BIN --daemonize $php_opts diff --git a/recipes-devtools/php/files/php-fpm.conf.patch b/recipes-devtools/php/files/php-fpm.conf.patch deleted file mode 100644 index 6125b67..0000000 --- a/recipes-devtools/php/files/php-fpm.conf.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naru old/php-fpm.conf new/php-fpm.conf ---- old/php-fpm.conf 2017-06-21 12:52:47.597947428 -0500 -+++ new/php-fpm.conf 2017-06-21 13:10:03.225916769 -0500 -@@ -22,7 +22,7 @@ - ; Pid file - ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ - ; Default Value: none --;pid = run/php-fpm.pid -+pid = run/php-fpm.pid - - ; Error log file - ; If it's set to "syslog", log is sent to syslogd instead of being written -@@ -161,7 +161,7 @@ - ; (IPv6 and IPv4-mapped) on a specific port; - ; '/path/to/unix/socket' - to listen on a unix socket. - ; Note: This value is mandatory. --listen = 127.0.0.1:9000 -+listen = /var/run/php-fpm.socket - - ; Set listen(2) backlog. - ; Default Value: 65535 (-1 on FreeBSD and OpenBSD) -@@ -476,7 +476,7 @@ - ; Chdir to this directory at the start. - ; Note: relative path can be used. - ; Default Value: current directory or / when chroot --;chdir = /var/www -+;chdir = /www - - ; Redirect worker stdout and stderr into main error log. If not set, stdout and - ; stderr will be redirected to /dev/null according to FastCGI specs. diff --git a/recipes-devtools/php/files/php-fpm.default b/recipes-devtools/php/files/php-fpm.default deleted file mode 100644 index 0f92640..0000000 --- a/recipes-devtools/php/files/php-fpm.default +++ /dev/null @@ -1,2 +0,0 @@ -# set to "yes" or "no" to control starting on boot -ENABLED="no" diff --git a/recipes-devtools/php/php_%.bbappend b/recipes-devtools/php/php_%.bbappend deleted file mode 100644 index 004c0f8..0000000 --- a/recipes-devtools/php/php_%.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -SRC_URI_append_class-target += "file://php-fpm.conf.patch;patchdir=.. \ - file://init.d.php-rpm.patch \ - file://php-fpm.default \ - " - -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -do_install_append_class-target() { - install -d ${D}/${sysconfdir}/default - install -m 0644 ${WORKDIR}/php-fpm.default ${D}/${sysconfdir}/default/php-fpm -} - -FILES_${PN}-fpm += "${sysconfdir}/default"
\ No newline at end of file diff --git a/recipes-devtools/python/python-pybluez.inc b/recipes-devtools/python/python-pybluez.inc deleted file mode 100644 index 399fe57..0000000 --- a/recipes-devtools/python/python-pybluez.inc +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Bluetooth Python extension module" -HOMEPAGE = "http://karulis.github.io/pybluez/" -SECTION = "devel/python" - -DEPENDS = "bluez5" - -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" - -inherit pypi - -SRC_URI = "https://pypi.python.org/packages/c1/98/3149481d508bee174335be6725880f00d297afebe75c15e917af8f6fe169/PyBluez-0.22.zip" -SRC_URI[md5sum] = "49dab9d5a8f0b798c8125c7f649be3cd" -SRC_URI[sha256sum] = "4ce006716a54d9d18e8186a3f1c8b12a8e6befecffe8fd5828a291fb694ce49d" - -S = "${WORKDIR}/PyBluez-${PV}" - -RDEPENDS_${PN} += "\ - bluez5 \ - ${PYTHON_PN}-fcntl \ -" diff --git a/recipes-devtools/python/python-pybluez_0.22.bb b/recipes-devtools/python/python-pybluez_0.22.bb deleted file mode 100644 index 3158f4b..0000000 --- a/recipes-devtools/python/python-pybluez_0.22.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pybluez.inc -inherit setuptools diff --git a/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch b/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch deleted file mode 100644 index a391f7e..0000000 --- a/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 5e5350d730f85957a42c6d846d347d080e7dd996 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin <alex.kanavin@gmail.com> -Date: Fri, 23 Oct 2015 12:40:34 +0300 -Subject: [PATCH] configure.ac: add sysroot path to GI_DATADIR; don't set - introspection scanner and compiler paths - -Upstream-Status: Pending [review on oe-core maillist] -Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> ---- - configure.ac | 8 +------- - 1 file changed, 1 insertion(+), 7 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 2c0cfbd..cfcb3bf 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -194,7 +194,7 @@ PKG_CHECK_MODULES(GI, - gobject-introspection-1.0 >= introspection_required_version - ) - --GI_DATADIR=$($PKG_CONFIG --variable=gidatadir gobject-introspection-1.0) -+GI_DATADIR=$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=gidatadir gobject-introspection-1.0) - AC_SUBST(GI_DATADIR) - - if test "$enable_cairo" != no; then -@@ -219,12 +219,6 @@ AC_ARG_WITH(common, - with_common=yes) - AM_CONDITIONAL(WITH_COMMON, test "$with_common" = "yes") - --INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` --INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` -- --AC_SUBST(INTROSPECTION_SCANNER) --AC_SUBST(INTROSPECTION_COMPILER) -- - # compiler warnings, errors, required cflags, and code coverage support - GNOME_COMPILE_WARNINGS([maximum]) - AC_MSG_CHECKING(for Gnome code coverage support) --- -2.1.4 - diff --git a/recipes-devtools/python/python-pygobject_3.22.0.bb b/recipes-devtools/python/python-pygobject_3.22.0.bb deleted file mode 100644 index 9d2e165..0000000 --- a/recipes-devtools/python/python-pygobject_3.22.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Python GObject bindings" -HOMEPAGE = "http://www.pygtk.org/" -SECTION = "devel/python" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" - -inherit autotools pkgconfig gnomebase distutils-base gobject-introspection - -PYTHON_BASEVERSION = "2.7" -PYTHON_PN = "python" - -DEPENDS += "gnome-common-native python glib-2.0" - -SRCNAME="pygobject" -SRC_URI = " \ - http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ - file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \ -" - -SRC_URI[md5sum] = "ed4117ed5d554d25fd7718807fbf819f" -SRC_URI[sha256sum] = "08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -BBCLASSEXTEND = "native" - -EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" - -RDEPENDS_${PN} += "python-setuptools python-importlib" -RDEPENDS_${PN}_class-native = "" - -do_install_append() { - # Remove files that clash with python3-pygobject; their content is same - rm -rf ${D}${includedir}/pygobject-3.0//pygobject.h ${D}${libdir}/pkgconfig -} diff --git a/recipes-devtools/python/python-pyopenssl_0.14.bb b/recipes-devtools/python/python-pyopenssl_0.14.bb deleted file mode 100644 index ea6452a..0000000 --- a/recipes-devtools/python/python-pyopenssl_0.14.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Simple Python wrapper around the OpenSSL library" -SECTION = "devel/python" -PRIORITY = "optional" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRCNAME = "pyOpenSSL" - -DEPENDS = "openssl" - -SRC_URI = "http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${PV}.tar.gz" -SRC_URI[md5sum] = "8579ff3a1d858858acfba5f046a4ddf7" -SRC_URI[sha256sum] = "a99db8e59c120138ad8a72eecedcc24b4510d2eed3ce48213b7e32f22cc4ee6e" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -PACKAGES =+ "${PN}-tests" -FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" - -RDEPENDS_${PN} = "python-threading" -RDEPENDS_${PN}-tests = "${PN}" diff --git a/recipes-devtools/python/python-pyserial_3.4.bb b/recipes-devtools/python/python-pyserial_3.4.bb deleted file mode 100644 index 2c81416..0000000 --- a/recipes-devtools/python/python-pyserial_3.4.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Serial Port Support for Python" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d" -SRCNAME = "pyserial" -PR = "ml5" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# FIXME might stop packaging serialwin32 and serialjava files - -RDEPENDS_${PN} = "\ - python-fcntl \ - python-io \ - python-stringold \ - python-importlib \ -" - -SRC_URI[md5sum] = "ed6183b15519a0ae96675e9c3330c69b" -SRC_URI[sha256sum] = "6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627" |
