mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
phonet-utils: remove
* no update other than occassional build fix since 2011 when I've imported this * it's also failing with usrmerge: ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA Issue: phonet-utils package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
-25
@@ -1,25 +0,0 @@
|
||||
From f7ad9a4471cee2324f216a0d82ba8097ec746c56 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 15 Jul 2017 11:48:12 -0700
|
||||
Subject: [PATCH] Include limits.h for PATH_MAX
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
src/pnstat.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/pnstat.c b/src/pnstat.c
|
||||
index 661a5bc..76068e6 100644
|
||||
--- a/src/pnstat.c
|
||||
+++ b/src/pnstat.c
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <netinet/tcp.h>
|
||||
+#include <limits.h>
|
||||
|
||||
struct fd
|
||||
{
|
||||
--
|
||||
2.13.3
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
SUMMARY = "This small package provides a few command line tools for Linux Phonet"
|
||||
HOMEPAGE = ""
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master \
|
||||
file://0001-Include-limits.h-for-PATH_MAX.patch \
|
||||
"
|
||||
PR = "r2"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
|
||||
PV = "0.0.0+gitr${SRCPV}"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"
|
||||
@@ -146,7 +146,6 @@ RDEPENDS_packagegroup-meta-oe-connectivity ="\
|
||||
obexftp \
|
||||
packagegroup-tools-bluetooth \
|
||||
paho-mqtt-c \
|
||||
phonet-utils \
|
||||
rabbitmq-c \
|
||||
rfkill \
|
||||
rtorrent \
|
||||
|
||||
Reference in New Issue
Block a user