diff options
Diffstat (limited to 'meta/recipes-devtools/gnu-config/gnu-config_git.bb')
| -rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 00fa759176..ef9e323349 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb | |||
| @@ -17,6 +17,11 @@ SRC_URI = "git://git.sv.gnu.org/config.git \ | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | # Disable default since make clean doesn't work | ||
| 21 | do_configure () { | ||
| 22 | : | ||
| 23 | } | ||
| 24 | |||
| 20 | do_compile() { | 25 | do_compile() { |
| 21 | : | 26 | : |
| 22 | } | 27 | } |
