mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
liboil: convert old-style hook to new-style hook
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fcab98c31b
commit
f80d064572
@ -35,9 +35,10 @@ endif
|
|||||||
|
|
||||||
LIBOIL_DEPENDENCIES = $(LIBOIL_GLIB_DEP)
|
LIBOIL_DEPENDENCIES = $(LIBOIL_GLIB_DEP)
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,liboil))
|
define LIBOIL_TARGET_CLEANUP
|
||||||
|
|
||||||
$(LIBOIL_HOOK_POST_INSTALL):
|
|
||||||
# Remove useless bugreport program from the target
|
|
||||||
rm -f $(TARGET_DIR)/usr/bin/oil-bugreport
|
rm -f $(TARGET_DIR)/usr/bin/oil-bugreport
|
||||||
touch $@
|
endef
|
||||||
|
|
||||||
|
LIBOIL_POST_INSTALL_TARGET_HOOKS += LIBOIL_TARGET_CLEANUP
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,liboil))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user