On Thu, Nov 13, 2025 at 7:50 PM Ankur Tyagi via lists.openembedded.org <[email protected]> wrote:
> From: Ankur Tyagi <[email protected]> > > New version added trace_sql.bash for tracefs_sql() bash completions. > > Changelog: > > https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/tag/?h=libtracefs-1.8.2 > > Signed-off-by: Ankur Tyagi <[email protected]> > --- > .../libtracefs/{libtracefs_1.8.1.bb => libtracefs_1.8.2.bb} | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > rename meta-oe/recipes-kernel/libtracefs/{libtracefs_1.8.1.bb => > libtracefs_1.8.2.bb} (89%) > > diff --git a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb > b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.2.bb > similarity index 89% > rename from meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb > rename to meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.2.bb > index 6b9e8b9b38..bc7311a634 100644 > --- a/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb > +++ b/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.2.bb > @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = > "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 > SECTION = "libs" > DEPENDS = "libtraceevent bison-native flex-native" > > -SRCREV = "417c2e3aa21af670cc5c13db633dd35292f2d0fa" > +SRCREV = "03790961bf2e83b7b61fb6d326fb1076a4293adb" > SRC_URI = "git:// > git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=${BPN};protocol=https > <http://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=$%7BBPN%7D;protocol=https> > \ > > file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch \ > " > @@ -19,3 +19,5 @@ inherit pkgconfig > do_install() { > oe_runmake install DESTDIR=${D} pkgconfig_dir=${libdir}/pkgconfig > } > + > +FILES:${PN} += "${datadir}/bash-completion" > perhaps using inherit bash-completion is all you need. > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121683): https://lists.openembedded.org/g/openembedded-devel/message/121683 Mute This Topic: https://lists.openembedded.org/mt/116287242/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
