Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags
@ 2013-08-01 11:04 Hongxu Jia
  2013-08-01 11:04 ` [PATCH 1/1] " Hongxu Jia
  0 siblings, 1 reply; 12+ messages in thread
From: Hongxu Jia @ 2013-08-01 11:04 UTC (permalink / raw)
  To: openembedded-core

Usage: list-packageconfig-flag.py [OPTION] [METADIR]...
  list recipes which have PACKAGECONFIG's flags in METADIR

OPTION:
  -h, --help  display this help and exit
  -f, --flag  list PACKAGECONFIG's flags and all affected recipes in METADIR

EXAMPLE:
list-packageconfig-flag.py poky/meta poky/meta-yocto
RECIPE NAME          PACKAGECONFIG's flag
=========================================
libarchive_2.8.5.bb  acl xattr largefile zlib bz2 xz openssl libxml2 expat
strace_4.8.bb        libaio acl
connman.inc          wifi bluetooth 3g tist openvpn vpnc l2tp pptp wispr

list-packageconfig-flag.py -f poky/meta poky/meta-yocto
PACKAGECONFIG's flag     RECIPE NAME
====================================
speex                    gstreamer1.0-plugins-good.inc
keyutils                 rpm_5.4.9.bb
gallium-egl              mesa.inc

//Hongxu

The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d:

  systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-24 11:35:39 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/list-pkgconfigflag
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/list-pkgconfigflag

Hongxu Jia (1):
  list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's
    flags

 scripts/contrib/list-packageconfig-flag.py | 180 +++++++++++++++++++++++++++++
 1 file changed, 180 insertions(+)
 create mode 100755 scripts/contrib/list-packageconfig-flag.py

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH V2 0/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags
@ 2013-08-02  2:20 Hongxu Jia
  2013-08-02  2:20 ` [PATCH 1/1] " Hongxu Jia
  0 siblings, 1 reply; 12+ messages in thread
From: Hongxu Jia @ 2013-08-02  2:20 UTC (permalink / raw)
  To: openembedded-core

Change in V2: PACKAGECONFIG's flag added in class could be parsed.

Usage: list-packageconfig-flag.py [OPTION] [METADIR]...
  list recipes which have PACKAGECONFIG's flags in METADIR

OPTION:
  -h, --help  display this help and exit
  -f, --flag  list PACKAGECONFIG's flags and all affected recipes in METADIR

EXAMPLE:
list-packageconfig-flag.py poky/meta poky/meta-yocto
RECIPE NAME          PACKAGECONFIG's flag
=========================================
libarchive_2.8.5.bb  acl xattr largefile zlib bz2 xz openssl libxml2 expat
strace_4.8.bb        libaio acl
connman.inc          wifi bluetooth 3g tist openvpn vpnc l2tp pptp wispr

list-packageconfig-flag.py -f poky/meta poky/meta-yocto
PACKAGECONFIG's flag     RECIPE NAME
====================================
speex                    gstreamer1.0-plugins-good.inc
keyutils                 rpm_5.4.9.bb
gallium-egl              mesa.inc

//Hongxu
The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d:

  systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-24 11:35:39 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/list-pkgconfigflag
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/list-pkgconfigflag

Hongxu Jia (1):
  list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's
    flags

 scripts/contrib/list-packageconfig-flag.py | 180 +++++++++++++++++++++++++++++
 1 file changed, 180 insertions(+)
 create mode 100755 scripts/contrib/list-packageconfig-flag.py

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-08-03  3:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 11:04 [PATCH 0/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags Hongxu Jia
2013-08-01 11:04 ` [PATCH 1/1] " Hongxu Jia
2013-08-01 16:46   ` Otavio Salvador
2013-08-02  1:50     ` Hongxu Jia
2013-08-02  1:54       ` Otavio Salvador
2013-08-02  8:24   ` Paul Eggleton
2013-08-02  9:14     ` Hongxu Jia
2013-08-02 10:38       ` Paul Eggleton
2013-08-02 10:03     ` Hongxu Jia
2013-08-02 10:40       ` Paul Eggleton
2013-08-03  3:15         ` Hongxu Jia
  -- strict thread matches above, loose matches on Subject: below --
2013-08-02  2:20 [PATCH V2 0/1] " Hongxu Jia
2013-08-02  2:20 ` [PATCH 1/1] " Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox