• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/support/kconfig/patches/15-fix-qconf-moc-rule.patch
Yann E. MORINYann E. MORIN committed b48e35a28a614 Nov 2013
Raw file
Source viewDiff to previous
 
1
Fix the rule that generates the .moc file
2
​
3
The Linux kernel has a "cmd" make function, but we don't have it in
4
Buildroot, so we need to adjust this rule.
5
​
6
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7
​
8
Index: b/Makefile
9
===================================================================
10
--- a/Makefile
11
+++ b/Makefile
12
@@ -309,11 +309,8 @@
13
 
14
 $(obj)/qconf.o: $(obj)/qconf.moc
15
 
16
-quiet_cmd_moc = MOC     $@
17
-      cmd_moc = $(KC_QT_MOC) -i $< -o $@
18
-
19
 $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
20
-   $(call cmd,moc)
21
+   $(KC_QT_MOC) -i $< -o $@
22
 
23
 # Extract gconf menu items for I18N support
24
 $(obj)/gconf.glade.h: $(obj)/gconf.glade
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.