mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
libmtp: Fix 'Makefile.am: No such file or directory' build error.
* 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>
This commit is contained in:
committed by
Martin Jansa
parent
e2d9735404
commit
17ce4c6ac0
@@ -29,8 +29,8 @@ do_unpack[vardeps] += "skip_udev_rules_generation"
|
||||
do_unpack[postfuncs] += "skip_udev_rules_generation"
|
||||
|
||||
skip_udev_rules_generation () {
|
||||
sed -i -e '/^noinst_DATA=/,/util\/mtp-hotplug -H/d' Makefile.am
|
||||
cp ${WORKDIR}/69-libmtp.rules ${S}/
|
||||
sed -i -e '/^noinst_DATA=/,/util\/mtp-hotplug -H/d' ${S}/Makefile.am
|
||||
cp ${WORKDIR}/69-libmtp.rules ${S}/
|
||||
}
|
||||
|
||||
inherit autotools pkgconfig lib_package
|
||||
|
||||
Reference in New Issue
Block a user