Searched full:rpm (Results 1 – 25 of 376) sorted by relevance
12345678910>>...16
1 SUMMARY = "The RPM package management system"2 DESCRIPTION = "The RPM Package Manager (RPM) is a powerful command line driven \8 SUMMARY:${PN}-dev = "Development files for manipulating RPM packages"9 DESCRIPTION:${PN}-dev = "This package contains the RPM C library and header files. These \11 manipulate RPM packages and databases. These files are intended to \13 other tools that need an intimate knowledge of RPM packages in order \16 SUMMARY:python3-rpm = "Python bindings for apps which will manupulate RPM packages"17 DESCRIPTION:python3-rpm = "The python3-rpm package contains a module that permits applications \19 supplied by the RPM Package Manager libraries."21 HOMEPAGE = "http://www.rpm.org"[all …]
19 @OEHasPackage(['rpm'])22 status, output = self.target.run('rpm --help')26 @OETestDepends(['rpm.RpmBasicTest.test_rpm_help'])28 status, output = self.target.run('ls /var/lib/rpm/')30 self.skipTest('No /var/lib/rpm on target')31 status, output = self.target.run('rpm -q rpm')35 @OETestDepends(['rpm.RpmBasicTest.test_rpm_query'])50 status, output = self.target.run('su -c "rpm -qa" %s ' % u)51 msg = 'status: %s. Cannot run rpm -qa: %s' % (status, output)85 rpmdir = os.path.join(self.tc.td['DEPLOY_DIR'], 'rpm', pkgarch)[all …]
4 Subject: [PATCH] rpm-sort: include string.h for strverscmp7 rpm-sort.c: In function 'package_version_compare':8 rpm-sort.c:156:13: error: 'strverscmp' undeclared (first use in this function)16 rpm-sort.c | 1 +19 diff --git a/rpm-sort.c b/rpm-sort.c21 --- a/rpm-sort.c22 +++ b/rpm-sort.c25 #include <rpm/rpmlib.h>
23 +rpm-sort_LIBS = ${LIBS}25 all: grubby rpm-sort30 rpm-sort::rpm-sort.o32 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -lrpmio $(rpm-sort_LIBS)35 rm -f *.o grubby rpm-sort *~
9 # Store commanded rpm as thermal set-point.12 # rpm - rpm set-point.17 # Sweep or step rpm over range.20 # start_rpm: start RPM value21 # stop_rpm: stop RPM value45 echo "Running RPM from ${start_rpm} to ${stop_rpm} in ${num_steps} steps"53 local -i rpm=$((rpm0 + (range * p + h) / num_steps))54 echo "Setting RPM to ${rpm} and sleep ${dwell} seconds"55 CommandRpm "${rpm}"67 # min_rpm: min RPM for the platform[all …]
1 SUMMARY = "An OpenPGP backend for rpm using Sequoia PGP"6 # https://src.fedoraproject.org/rpms/rust-rpm-sequoia/blob/rawhide/f/rust-rpm-sequoia.spec15 SRC_URI = "git://github.com/rpm-software-management/rpm-sequoia.git;protocol=https;branch=main \30 # rpm-sequoia.pc is generated in the source directory34 # From rpm-sequoia's README.md:38 # `rpm-sequoia.pc` file. It defaults to `/usr/local`.55 # Move the library to the correct location expected by rpm-sequoia.pc62 # rpm-sequoia does not install its pkgconfig file. Do it manually.64 install -m644 ${S}/target/release/rpm-sequoia.pc ${D}${libdir}/pkgconfig79 RDEPENDS:${PN} = "rpm-sequoia-crypto-policy"[all …]
15 PACKAGES =+ "${PN}-ipk ${PN}-rpm ${PN}-packagefeed"17 FILES:${PN}-rpm = "${sysconfdir}/pki/rpm-gpg"27 # Export public key of the rpm signing key29 signer.export_pubkey(os.path.join(d.expand('${B}'), 'rpm-key'),49 if [ -f "${B}/rpm-key" ]; then50 …install -D -m 0644 "${B}/rpm-key" "${D}${sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-${DISTRO}-${DISTRO_CO…61 if [ -f "${B}/rpm-key" ]; then62 install -D -m 0644 "${B}/rpm-key" "${DEPLOYDIR}/RPM-GPG-KEY-${DISTRO}-${DISTRO_CODENAME}"
4 Subject: [PATCH] Do not hardcode "lib/rpm" as the installation path for7 Upstream-Status: Denied [https://github.com/rpm-software-management/rpm/pull/263]22 -set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/lib/rpm" CACHE PATH "rpm home")23 +set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/rpm" CACHE PATH "rpm home")25 set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")
14 error: /usr/lib64/rpm/macros: line 1183: Macro %__plugindir has empty body15 error: /usr/lib64/rpm/macros: line 1183: Macro %__plugindir has empty body19 Upstream-Status: Submitted [https://github.com/rpm-software-management/rpm/pull/3496]35 +set(RPM_PLUGINDIR ${CMAKE_INSTALL_FULL_LIBDIR}/rpm-plugins36 + CACHE PATH "rpm plugin directory")49 -set(RPM_PLUGINDIR ${CMAKE_INSTALL_FULL_LIBDIR}/rpm-plugins50 - CACHE PATH "rpm plugin directory")
7 This is needed so that rpm can pick up target-specific configuration40 - SYSCONFDIR "/rpm/macros.*", ":",41 - SYSCONFDIR "/rpm/macros", ":",42 - SYSCONFDIR "/rpm/%{_target}/macros", NULL);43 + etcconfdir, SYSCONFDIR "/rpm/macros.*", ":",44 + etcconfdir, SYSCONFDIR "/rpm/macros", ":",45 + etcconfdir, SYSCONFDIR "/rpm/%{_target}/macros", NULL);53 - const char * const platform_path = SYSCONFDIR "/rpm/platform";58 + const char * const platform_path = rstrscat(NULL, etcconfdir, SYSCONFDIR "/rpm/platform", NULL…
14 $ rpm --showrc | grep _libdir20 an invalid regular expression when building rpm packages. This results a28 …mbedded.org/openembedded-core/tree/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as…29 [2] https://github.com/rpm-software-management/rpm/commit/d2abb7a48760418aacd7f17c8b64e39c25ca50c9
28 SYSCONFDIR "/rpm/macros.*", ":",29 SYSCONFDIR "/rpm/macros", ":",30 - SYSCONFDIR "/rpm/%{_target}/macros", ":",32 + SYSCONFDIR "/rpm/%{_target}/macros", NULL);
1 macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros.specspo:/etc/rpm/mac…
2 HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki"7 SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https;tag=$…9 file://0001-include-rpm-rpmstring.h.patch \16 DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"25 # Direct createrepo to read rpm configuration from our sysroot, not the one it was compiled in28 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \36 RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \
3 packages on RPM-based Linux distributions. It automatically computes \5 HOMEPAGE = "https://github.com/rpm-software-management/dnf"11 SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protocol=https \51 python3-rpm \69 # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in72 … SEQUOIA_CRYPTO_POLICY=${STAGING_DATADIR_NATIVE}/crypto-policies/back-ends/rpm-sequoia.config \73 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \79 RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \91 …', '', 'does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv'…
29 PACKAGECONFIG ??= "python3 rpm"31 PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm"
2 # rpm-drop-groups14 # Given an rpm, it will look at each file to check if it tries to change22 # summarize the rpm's state. For yes, then all files are in the expected26 # To save to file: ./rpm-drop-groups | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" | tee o…31 echo "rpm-drop-groups [--all|<rpmname>|--version]"39 echo "rpm-drop-groups $VERSION"49 if ! rpm -q $1 >/dev/null 2>&1 ; then58 files=`rpm -ql $1`114 packages=`rpm -qa --queryformat "%{NAME}.%{ARCH}\n" | sort`
89 # We do this to avoid having to repeatedly swlist/rpm124 # This routine only works on RPM-based distros: Red Hat, Fedora, Mandrake and SuSE127 } else { #This is a RPM-based distro128 # Run an rpm command -- librpm is extremely messy, dynamic and not130 if (open RPM,"rpm -q $package") {133 my @lines = <RPM>;134 close RPM;137 # $ rpm -q jay139 # $ rpm -q bash154 …&B_log("ERROR","B_is_package_installed was unable to find a definitive RPM present or not present …[all …]
18 # dnf pulls in gpg which is gpl3; it also pulls in python3-rpm which pulls in rpm-build which pulls…19 # so install rpm but not dnf21 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm"23 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
10 from oe.package_manager.rpm.manifest import PkgManifest11 from oe.package_manager.rpm import RpmPM37 While rpm incremental image generation is enabled, it will remove the113 …self._setup_dbg_rootfs(['/etc/rpm', '/etc/rpmrc', '/etc/dnf', '/var/lib/rpm', '/var/cache/dnf', '/…130 postinst_dir = self.d.expand("${IMAGE_ROOTFS}${sysconfdir}/rpm-postinsts")140 # this is just a stub. For RPM, the failed postinstalls are141 # already saved in /etc/rpm-postinsts
2 HOMEPAGE = "https://github.com/rpm-software-management/libdnf"3 …des a high level package-manager. It's core library of dnf, PackageKit and rpm-ostree. It's replac…7 SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;protocol=https \21 DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native util-linux"35 …', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv'…
43 …Function to determine what rpm deploy dir to choose for a given architecture based on TUNE_FEATURES109 …if param_list[2] == "rpm": # binary should be deployed as rpm; (other, .deb, .ipk? ; in the near …110 …for item in target_rpm_file_list: # copying all related rpm packages. "Intuition" reasons, someone…117 if re.match(".*-{}-.*\.rpm".format(param_list[1]), item):128 … re.search(".*-([0-9]+\.[0-9]+)-.*rpm", target_rpm_file_list[0]).group(1))138 …if param_list[1] and re.match("nativesdk-{}-{}-.*\.rpm".format(param_list[0], param_list[1]), item…151 if param_list[2] == "rpm":152 return "No need to extract, this is an .rpm file"164 … if re.match("%s-%s.*rpm" % (param_list[0], param_list[1]), item): # package with version171 if re.match("%s-.*rpm" % param_list[0], item):[all …]
4 Subject: [PATCH] include rpm/rpmstring.h12 Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340]26 +#include <rpm/rpmstring.h>28 #include <rpm/rpmstring.h>
4 control including the ability to manually set the fans to a desired RPM (or PWM37 - RPM/PWM target to set the fans63 using RPM or PWM fan speeds, and sets them to the value provided):81 TARGET SENSOR TARGET(RPM) FEEDBACK SENSOR FEEDBACK(RPM)108 FAN TARGET(RPM) FEEDBACK(RPM) PRESENT FUNCTIONAL
12 RPM, enumerator18 {ReadingUnits::RPM, "RPM"},