projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8286d71
)
jpeg: fix make source
author
Arnout Vandecappelle
<arnout@mind.be>
Mon, 17 Dec 2012 01:18:31 +0000
(
01:18
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 17 Dec 2012 11:22:53 +0000
(12:22 +0100)
'make source' fails because the host-jpeg-source target doesn't exist
anymore. Fix this by adding this target explicitly.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/jpeg/jpeg.mk
patch
|
blob
|
history
diff --git
a/package/jpeg/jpeg.mk
b/package/jpeg/jpeg.mk
index 9f40e6f78907de87aac6bddb759c9aae8a2202df..3caacaa7ffa1d26b1925be97e67c8649a7535dc7 100644
(file)
--- a/
package/jpeg/jpeg.mk
+++ b/
package/jpeg/jpeg.mk
@@
-7,3
+7,4
@@
jpeg: $(if $(BR2_PACKAGE_JPEG_TURBO),jpeg-turbo,libjpeg)
host-jpeg: host-libjpeg
+host-jpeg-source: host-libjpeg-source