| /OK3568_Linux_fs/buildroot/package/popt/ |
| H A D | 0001-add-libiconv-to-popt.pc.patch | 1 Add LTLIBICONV to popt.pc.in 3 Add ${LTLIBICONV} to popt.pc.in so applications such as shairport-sync 11 diff -Naurp popt-1.18-vanilla/popt.pc.in popt-1.18/popt.pc.in 12 --- popt-1.18-vanilla/popt.pc.in 2020-03-24 10:36:25.000000000 +0100 13 +++ popt-1.18/popt.pc.in 2020-09-18 21:18:03.112609343 +0200 14 @@ -7,4 +7,5 @@ Name: popt 16 Description: popt library.
|
| H A D | 0003-configure-replace-deprecated-macros.patch | 11 https://github.com/rpm-software-management/popt/commit/f492b19f59229b0494b5b9ffe5c660a35493a405] 26 -AC_INIT(popt, 1.18, rpm-maint@lists.rpm.org) 28 +AC_INIT([popt], [1.18], [rpm-maint@lists.rpm.org]) 29 AC_CONFIG_SRCDIR([src/popt.h])
|
| H A D | Config.in | 2 bool "popt" 6 https://github.com/rpm-software-management/popt
|
| H A D | popt.mk | 8 POPT_SITE = http://ftp.rpm.org/popt/releases/popt-1.x
|
| H A D | 0002-Detect-glob_pattern_p.patch | 6 The current popt build system tests the existence of <glob.h>, and 19 https://git.buildroot.net/buildroot/tree/package/popt/0003-glob-detection.patch] 22 https://github.com/rpm-software-management/popt/commit/3938da1286534e4b280340411336eed5b6311d1b]
|
| H A D | popt.hash | 2 sha256 5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1 popt-1.18.tar.gz
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | bootp.c | 814 static void dhcp_process_options(uchar *popt, uchar *end) in dhcp_process_options() argument 821 while (popt < end && *popt != 0xff) { in dhcp_process_options() 822 oplen = *(popt + 1); in dhcp_process_options() 823 switch (*popt) { in dhcp_process_options() 828 net_copy_ip(&net_netmask, (popt + 2)); in dhcp_process_options() 833 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options() 838 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options() 841 net_copy_ip(&net_dns_server, (popt + 2)); in dhcp_process_options() 843 if (*(popt + 1) > 4) in dhcp_process_options() 844 net_copy_ip(&net_dns_server2, (popt + 2 + 4)); in dhcp_process_options() [all …]
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | inode.c | 337 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() argument 342 popt->map = 'n'; in parse_options() 343 popt->rock = 1; in parse_options() 344 popt->joliet = 1; in parse_options() 345 popt->cruft = 0; in parse_options() 346 popt->hide = 0; in parse_options() 347 popt->showassoc = 0; in parse_options() 348 popt->check = 'u'; /* unset */ in parse_options() 349 popt->nocompress = 0; in parse_options() 350 popt->blocksize = 1024; in parse_options() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/distcc/ |
| H A D | distcc_3.4.bb | 11 PACKAGECONFIG ??= "popt" 13 # use system popt by default 14 PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
| H A D | 0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch | 4 Subject: [PATCH] Look for popt with GP_CHECK_LIBRARY function 23 dnl popt.h: Simplifies handling of command-line options enormously. 26 +GP_CHECK_LIBRARY([POPT], [popt], [], [popt.h], [], [], [mandatory])
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | compaction-times.py | 16 class popt: class 151 if opt_proc != popt.DISP_DFL: 182 if opt_proc != popt.DISP_DFL: 185 if opt_proc == popt.DISP_PROC_VERBOSE: 190 if opt_proc == popt.DISP_PROC_VERBOSE and not self.is_filtered(): 265 opt_proc = popt.DISP_DFL 280 opt_proc = popt.DISP_PROC 282 opt_proc = popt.DISP_PROC_VERBOSE
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/fdisk/ |
| H A D | gptfdisk_1.0.8.bb | 21 PACKAGECONFIG ??= "ncurses popt" 23 PACKAGECONFIG[popt] = "sgdisk,,popt"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/popt/ |
| H A D | popt_1.18.bb | 12 http://ftp.rpm.org/popt/releases/popt-1.x/${BP}.tar.gz \ 13 file://0001-popt-test-output-format-for-ptest.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efibootmgr/efibootmgr/ |
| H A D | 97668ae0bce776a36ea2001dea63d376be8274ac.patch | 43 This patch adds "PKGS=efivar efibootmgr popt" for all deps under src/. 44 Technically that's overkill, as efibootmgr itself doesn't need popt, but it 69 @@ -31,8 +31,13 @@ efibootdump : PKGS=efivar efiboot popt 71 efibootnext : PKGS=efivar efiboot popt 73 +deps : PKGS=efivar efiboot popt
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch | 26 - # Our internal popt code cannot be compiled with pedantic warnings as errors, so try to 38 AC_MSG_RESULT($srcdir/popt) 53 + # Our internal popt code cannot be compiled with pedantic warnings as errors, so try to 63 AC_CONFIG_FILES([Makefile lib/dummy zlib/dummy popt/dummy shconfig])
|
| /OK3568_Linux_fs/buildroot/package/rsync/ |
| H A D | rsync.mk | 13 RSYNC_DEPENDENCIES = zlib popt 16 --with-included-popt=no \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/ |
| H A D | gphoto2_2.5.27.bb | 6 DEPENDS = "libgphoto2 popt readline" 11 file://0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch \
|
| /OK3568_Linux_fs/buildroot/package/lttng-babeltrace/ |
| H A D | lttng-babeltrace.mk | 12 LTTNG_BABELTRACE_DEPENDENCIES = popt util-linux libglib2 host-pkgconf 17 host-popt host-util-linux host-libglib2 host-pkgconf host-elfutils
|
| /OK3568_Linux_fs/buildroot/package/resiprocate/ |
| H A D | resiprocate.mk | 30 RESIPROCATE_CONF_OPTS += --with-popt 31 RESIPROCATE_DEPENDENCIES += popt
|
| /OK3568_Linux_fs/buildroot/package/gptfdisk/ |
| H A D | gptfdisk.mk | 18 GPTFDISK_DEPENDENCIES += popt 44 HOST_GPTFDISK_DEPENDENCIES = host-util-linux host-popt
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/isomd5sum/ |
| H A D | isomd5sum_1.2.3.bb | 4 DEPENDS = "popt python3 openssl curl popt-native"
|
| /OK3568_Linux_fs/buildroot/package/cryptsetup/ |
| H A D | cryptsetup.mk | 12 lvm2 popt host-pkgconf json-c libargon2 \ 45 host-popt \
|
| /OK3568_Linux_fs/buildroot/package/librsync/ |
| H A D | librsync.mk | 13 LIBRSYNC_DEPENDENCIES = host-pkgconf zlib bzip2 popt
|
| /OK3568_Linux_fs/buildroot/package/newt/ |
| H A D | newt.mk | 10 NEWT_DEPENDENCIES = popt slang $(TARGET_NLS_DEPENDENCIES)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/ |
| H A D | icon-slicer_0.3.bb | 4 DEPENDS = "gdk-pixbuf popt"
|