[oe-commits] org.oe.dev lirc-modules: remove "-e" from makeflags, was causing build breakage

pb commit oe at amethyst.openembedded.net
Sun Jul 27 10:54:04 UTC 2008


lirc-modules: remove "-e" from makeflags, was causing build breakage

Author: pb at openembedded.org
Branch: org.openembedded.dev
Revision: 1be001dbcc12db3d86ea2666b2fde9a5fa4bddb6
ViewMTN: http://monotone.openembedded.org/revision/info/1be001dbcc12db3d86ea2666b2fde9a5fa4bddb6
Files:
1
packages/lirc/lirc-modules_0.8.3+cvs20080713.bb
Diffs:

#
# mt diff -rd31c1295bcd5944462101e7edc3683efc7cec44b -r1be001dbcc12db3d86ea2666b2fde9a5fa4bddb6
#
#
#
# patch "packages/lirc/lirc-modules_0.8.3+cvs20080713.bb"
#  from [89ce1aeca5d8a6d9596df1bc0ead0b411a4d8cec]
#    to [2501f84812bd4886c523ca926fa3ba6f73412213]
#
============================================================
--- packages/lirc/lirc-modules_0.8.3+cvs20080713.bb	89ce1aeca5d8a6d9596df1bc0ead0b411a4d8cec
+++ packages/lirc/lirc-modules_0.8.3+cvs20080713.bb	2501f84812bd4886c523ca926fa3ba6f73412213
@@ -16,7 +16,7 @@ require lirc-config.inc
 
 require lirc-config.inc
 
-MAKE_TARGETS = "KERNEL_PATH=${STAGING_KERNEL_DIR} MAKE='make -e V=1' -C drivers"
+MAKE_TARGETS = "KERNEL_PATH=${STAGING_KERNEL_DIR} MAKE='make V=1' -C drivers"
 
 fakeroot do_install() {
 	oe_runmake -C drivers DESTDIR="${D}" moduledir="/lib/modules/${KERNEL_VERSION}/lirc" install






More information about the Openembedded-commits mailing list