From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 02/11] acl/attr: restore the package split
Date: Fri, 20 Dec 2019 17:23:42 +0100 [thread overview]
Message-ID: <20191220162351.94498-2-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20191220162351.94498-1-alex.kanavin@gmail.com>
In version upgrade packages were accidentally merged.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-support/attr/acl_2.2.53.bb | 4 ++++
meta/recipes-support/attr/attr.inc | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/meta/recipes-support/attr/acl_2.2.53.bb b/meta/recipes-support/attr/acl_2.2.53.bb
index c95e0524eb4..6db4d940aae 100644
--- a/meta/recipes-support/attr/acl_2.2.53.bb
+++ b/meta/recipes-support/attr/acl_2.2.53.bb
@@ -21,6 +21,10 @@ SRC_URI[sha256sum] = "06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387
inherit autotools gettext ptest
+PACKAGES =+ "lib${BPN}"
+
+FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}"
+
PTEST_BUILD_HOST_FILES = "builddefs"
PTEST_BUILD_HOST_PATTERN = "^RPM"
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index 5661301c15a..54b1a81d904 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -17,6 +17,10 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/attr/${BP}.tar.gz \
inherit ptest update-alternatives autotools gettext
+PACKAGES =+ "lib${BPN}"
+
+FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}"
+
ALTERNATIVE_PRIORITY = "100"
ALTERNATIVE_${PN} = "setfattr"
ALTERNATIVE_TARGET[setfattr] = "${bindir}/setfattr"
--
2.17.1
next prev parent reply other threads:[~2019-12-20 16:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-20 16:23 [PATCH 01/11] elfutils: upgrade 0.177 -> 0.178 Alexander Kanavin
2019-12-20 16:23 ` Alexander Kanavin [this message]
2019-12-20 16:23 ` [PATCH 03/11] recipetool: always use python 3 in recipe creation Alexander Kanavin
2019-12-20 16:23 ` [PATCH 04/11] core-image-testmaster: use Python 3 Alexander Kanavin
2019-12-20 16:23 ` [PATCH 05/11] ptest-packagelists: drop python 2.x Alexander Kanavin
2019-12-20 16:23 ` [PATCH 06/11] ltp: fix build with musl Alexander Kanavin
2019-12-20 16:23 ` [PATCH 07/11] diffstat: update to 1.63 Alexander Kanavin
2019-12-20 16:23 ` [PATCH 08/11] prelink: upgrade to latest revision (in the cross_prelink branch) Alexander Kanavin
2019-12-20 16:23 ` [PATCH 09/11] libxml-parser-perl: update to 2.46 Alexander Kanavin
2019-12-20 16:23 ` [PATCH 10/11] libcap: update to 2.28 Alexander Kanavin
2019-12-29 9:22 ` Richard Purdie
2019-12-29 9:46 ` Alexander Kanavin
2019-12-20 16:23 ` [PATCH 11/11] kexec-tools: update to 2.0.20 Alexander Kanavin
2019-12-20 16:32 ` ✗ patchtest: failure for "elfutils: upgrade 0.177 -> 0.1..." and 10 more Patchwork
2019-12-29 17:18 ` [PATCH 01/11] elfutils: upgrade 0.177 -> 0.178 Richard Purdie
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=20191220162351.94498-2-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.