aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libmtp
AgeCommit message (Collapse)Author
2017-09-13libmtp: remove 'mtp-tools' from PACKAGESMark Hatle
mtp-tools is a 'rename' of the ${PN}-bin, so it should not be in the PACKAGES value. If it is, it will result in either an error during packaging or an indeterminate package. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2017-09-07libmtp: fix build issueArmin Kuster
DEBUG: Executing shell function BUILDSPEC | error: line 109: %package -n mtp-tools: package mtp-tools already exists Yes, there are two entries in libmtp.spec. Under packages-split, mtp-tools is empty but libmtp-bin is not. Removed PKG_${PN}-bin , this alignes how Debian split its packages Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton
base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-06-23meta-oe: fix the install dir for udev rules and filesYi Zhao
When enable multilib, some packages try to install udev rules and related files into /lib64/udev/ directory. But these files should be installed in /lib/udev/ directory even on multilib. Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2014-10-04libmtp: Fix build with glibc 2.20Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependencyRichard Purdie
This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libmtp: add missing dependency on virtual/libiconvRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15libmtp: Fix 'Makefile.am: No such file or directory' build error.Charles Oram
* skip_udev_rules_generation() needs to reference Makefile.am in the recipe source directory. Signed-off-by: Charles Oram <charles@oram.co.nz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20libmtp: add new recipeFahad Usman
this was initially written by 'Christopher Larson' Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>