jpeg: fix make source
'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>
This commit is contained in:
parent
8286d7113f
commit
7cba1dead6
@ -7,3 +7,4 @@
|
||||
jpeg: $(if $(BR2_PACKAGE_JPEG_TURBO),jpeg-turbo,libjpeg)
|
||||
|
||||
host-jpeg: host-libjpeg
|
||||
host-jpeg-source: host-libjpeg-source
|
||||
|
Loading…
Reference in New Issue
Block a user