From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [hardknott 57/64] uml-utilities: fix installed-vs-shipped with usrmerge
Date: Thu, 8 Apr 2021 09:36:04 -0700 [thread overview]
Message-ID: <e516ff377b9083d32002e2efd2a5bcfec0238cf1.1617899100.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1617899100.git.akuster808@gmail.com>
From: Martin Jansa <Martin.Jansa@gmail.com>
* fixes:
ERROR: uml-utilities-20040406-r1 do_package: QA Issue: uml-utilities: Files/directories were installed but not shipped in any package:
/usr/lib/uml/port-helper
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
uml-utilities: 1 installed and not shipped files. [installed-vs-shipped]
* pass LIB_DIR instead of using default value from Makefile:
$ grep LIB_DIR.*= tools/port-helper/Makefile
LIB_DIR ?= /usr/lib/uml
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ccba1eb6a8b4c850e26e5814adfb5136ca4865a8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../recipes-extended/uml-utilities/uml-utilities_20040406.bb | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
index 8e00cb3ea47..f86b2b912e4 100644
--- a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
+++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
@@ -18,15 +18,14 @@ S = "${WORKDIR}/tools"
inherit update-alternatives
do_compile() {
- oe_runmake
+ oe_runmake LIB_DIR=${libdir}/uml
}
do_install() {
oe_runmake install DESTDIR=${D}
}
-FILES_${PN} += "${exec_prefix}${nonarch_base_libdir}"
-FILES_${PN}-dbg += "${exec_prefix}${nonarch_base_libdir}/uml/.debug"
+FILES_${PN} += "${libdir}/uml"
ALTERNATIVE_${PN} = "tunctl"
ALTERNATIVE_LINK_NAME[tunctl] = "${bindir}/tunctl"
--
2.17.1
next prev parent reply other threads:[~2021-04-08 16:37 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-08 16:35 [hardknott 00/64] Patch review akuster
2021-04-08 16:35 ` [hardknott 01/64] bpftool: improve reproducibility akuster
2021-04-08 16:35 ` [hardknott 02/64] libssh: add gcrypt to PACKAGECONFIG akuster
2021-04-08 16:35 ` [hardknott 03/64] flashrom: recipe cleanup akuster
2021-04-08 16:35 ` [hardknott 04/64] flashrom: Add remaining RISCV support akuster
2021-04-08 16:35 ` [hardknott 05/64] openjpeg: add native/nativesdk class extension akuster
2021-04-08 16:35 ` [hardknott 06/64] packagegroup-meta-multimedia: include projucer only with x11 in DISTRO_FEATURES akuster
2021-04-08 16:35 ` [hardknott 07/64] packagegroup-meta-multimedia: include vlc " akuster
2021-04-08 16:35 ` [hardknott 08/64] mpv: remove explicit LICENSE_FLAGS akuster
2021-04-08 16:35 ` [hardknott 09/64] mpd: Check for commercial in LICENSE_FLAGS_WHITELIST akuster
2021-04-08 16:35 ` [hardknott 10/64] mpv: Exclude from world if commercial is not in inclusion list akuster
2021-04-08 16:35 ` [hardknott 11/64] sox: " akuster
2021-04-08 16:35 ` [hardknott 12/64] vlc: " akuster
2021-04-08 16:35 ` [hardknott 13/64] sox: Remove LICENSE_FLAGS = "commercial" akuster
2021-04-08 16:35 ` [hardknott 14/64] python3-sqlalchemy: Upgrade 1.4.3 -> 1.4.4 akuster
2021-04-08 16:35 ` [hardknott 15/64] python3-bitarray: Upgrade 1.8.1 -> 1.8.2 akuster
2021-04-08 16:35 ` [hardknott 16/64] python3-httplib2: Upgrade 0.19.0 -> 0.19.1 akuster
2021-04-08 16:35 ` [hardknott 17/64] python3-parso: Upgrade 0.8.1 -> 0.8.2 akuster
2021-04-08 16:35 ` [hardknott 18/64] python3-matplotlib: Upgrade 3.3.4 -> 3.4.1 akuster
2021-04-08 16:35 ` [hardknott 19/64] python3-pyroute2: Upgrade 0.5.15 -> 0.5.16 akuster
2021-04-08 16:35 ` [hardknott 20/64] python3-h5py: Upgrade 3.1.0 -> 3.2.1 akuster
2021-04-08 16:35 ` [hardknott 21/64] python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1 akuster
2021-04-08 16:35 ` [hardknott 22/64] gpsd: backport d-bus message time patch from upstream akuster
2021-04-08 16:35 ` [hardknott 23/64] rsyslog: fix some of the ptests akuster
2021-04-08 16:35 ` [hardknott 24/64] libnet-ssleay-perl: add rdep on perl-module-autoloader akuster
2021-04-08 16:35 ` [hardknott 25/64] gnome-autoar: upgrade 0.2.4 -> 0.3.1 akuster
2021-04-08 16:35 ` [hardknott 26/64] fetchmail: upgrade 6.4.17 -> 6.4.18 akuster
2021-04-08 16:35 ` [hardknott 27/64] lldpd: upgrade 1.0.4 -> 1.0.8 akuster
2021-04-08 16:35 ` [hardknott 28/64] networkmanager-openvpn: upgrade 1.8.12 -> 1.8.14 akuster
2021-04-08 16:35 ` [hardknott 29/64] snort: upgrade 2.9.17 -> 2.9.17.1 akuster
2021-04-08 16:35 ` [hardknott 30/64] emacs: upgrade 27.1 -> 27.2 akuster
2021-04-08 16:35 ` [hardknott 31/64] fbgrab: upgrade 1.4 -> 1.5 akuster
2021-04-08 16:35 ` [hardknott 32/64] ostree: upgrade 2020.8 -> 2021.1 akuster
2021-04-08 16:35 ` [hardknott 33/64] zabbix: upgrade 5.2.5 -> 5.2.6 akuster
2021-04-08 16:35 ` [hardknott 34/64] nodejs: ppc64le machine support akuster
2021-04-08 16:35 ` [hardknott 35/64] libxaw: upgrade 1.0.13 -> 1.0.14 akuster
2021-04-08 16:35 ` [hardknott 36/64] python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0 akuster
2021-04-08 16:35 ` [hardknott 37/64] python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8 akuster
2021-04-08 16:35 ` [hardknott 38/64] python3-pymisp: Upgrade 2.4.140 -> 2.4.141 akuster
2021-04-08 16:35 ` [hardknott 39/64] python3-tqdm: Upgrade 4.58.0 -> 4.59.0 akuster
2021-04-08 16:35 ` [hardknott 40/64] python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1 akuster
2021-04-08 16:35 ` [hardknott 41/64] python3-typeguard: Upgrade 2.11.1 -> 2.12.0 akuster
2021-04-08 16:35 ` [hardknott 42/64] python3-decorator: Upgrade 4.4.2 -> 5.0.1 akuster
2021-04-08 16:35 ` [hardknott 43/64] python3-pillow: Upgrade 8.1.2 -> 8.2.0 akuster
2021-04-08 16:35 ` [hardknott 44/64] python3-aiohttp: Upgrade 3.7.4 -> 3.7.4.post0 akuster
2021-04-08 16:35 ` [hardknott 45/64] python3-networkx: Upgrade 2.5 -> 2.5.1 akuster
2021-04-08 16:35 ` [hardknott 46/64] python3-pysonos: Upgrade 0.0.40 -> 0.0.41 akuster
2021-04-08 16:35 ` [hardknott 47/64] python3-docutils: Upgrade 0.16 -> 0.17 akuster
2021-04-08 16:35 ` [hardknott 48/64] python3-bitarray: Upgrade 1.8.2 -> 1.9.0 akuster
2021-04-08 16:35 ` [hardknott 49/64] python3-regex: Upgrade 2021.3.17 -> 2021.4.4 akuster
2021-04-08 16:35 ` [hardknott 50/64] mariadb: upgrade 10.5.8 -> 10.5.9 akuster
2021-04-08 16:35 ` [hardknott 51/64] mariadb: Fix build on newer 32bit architectures akuster
2021-04-08 16:35 ` [hardknott 52/64] freeradius: Upgrade to 3.0.21 akuster
2021-04-08 16:36 ` [hardknott 53/64] packagegroup-meta-oe: include glfw, icewm, geis only with x11 in DISTRO_FEATURES akuster
2021-04-08 16:36 ` [hardknott 54/64] phonet-utils: remove akuster
2021-04-08 16:36 ` [hardknott 55/64] packagegroup-meta-oe: use 4 spaces for identation akuster
2021-04-08 16:36 ` [hardknott 56/64] telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings akuster
2021-04-08 16:36 ` akuster [this message]
2021-04-08 16:36 ` [hardknott 58/64] libmanette: Add recipe akuster
2021-04-08 16:36 ` [hardknott 59/64] librdkafka: Add initial recipe v1.6.1 akuster
2021-04-08 16:36 ` [hardknott 60/64] libcppkafka: Add initial recipe for cppkafka wrapper akuster
2021-04-08 16:36 ` [hardknott 61/64] pidgin-sipe: Fix build with glib-2.0 >= 2.68 akuster
2021-04-08 16:36 ` [hardknott 62/64] gjs: Fix build with gcc11 akuster
2021-04-08 16:36 ` [hardknott 63/64] poppler: Backport patches to fix build with glib-2.0 2.68+ and GCC11 akuster
2021-04-08 16:36 ` [hardknott 64/64] fluidsynth: update SRC_URI to remove non-existing 2.1.x branch akuster
2021-04-08 19:15 ` [oe] [hardknott 00/64] Patch review Martin Jansa
2021-04-08 23:40 ` akuster
2021-04-09 16:15 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e516ff377b9083d32002e2efd2a5bcfec0238cf1.1617899100.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox