mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
graph-depends: ignore the 'target-purgelocales' target
Otherwise, graph-depends tries to call 'make target-purgelocales-show-depends', which does not exist, as 'target-purgelocales' is not an actual package. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fb1ba5dff1
commit
bfca77e7f7
@ -170,6 +170,7 @@ TARGET_EXCEPTIONS = [
|
||||
"target-generic-hostname",
|
||||
"target-root-passwd",
|
||||
"target-post-image",
|
||||
"target-purgelocales",
|
||||
]
|
||||
|
||||
# In full mode, start with the result of get_targets() to get the main
|
||||
|
Loading…
x
Reference in New Issue
Block a user