mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
Remove hyphen from images if empty rootfs suffix
This commit is contained in:
parent
5f9ba7cca5
commit
c500802eaf
@ -65,9 +65,12 @@ TARGET_CXXFLAGS=$(TARGET_CFLAGS)
|
|||||||
TARGET_LDFLAGS=-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS=-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib
|
||||||
endif
|
endif
|
||||||
#########################################################################
|
#########################################################################
|
||||||
ifeq ($(BR2_ROOTFS_SUFFIX),)
|
#ifeq ($(BR2_ROOTFS_SUFFIX),)
|
||||||
|
ROOTFS_SUFFIX:=$(strip $(subst ",, $(BR2_ROOTFS_SUFFIX)))
|
||||||
|
ifeq ($(ROOTFS_SUFFIX),)
|
||||||
ROOTFS_SUFFIX:=
|
ROOTFS_SUFFIX:=
|
||||||
else
|
else
|
||||||
|
XXXX=xxxx
|
||||||
ROOTFS_SUFFIX:=-$(BR2_ROOTFS_SUFFIX)
|
ROOTFS_SUFFIX:=-$(BR2_ROOTFS_SUFFIX)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -315,3 +318,5 @@ X11_PREFIX:=$(strip $(subst ",, $(BR2_X11_PREFIX)))
|
|||||||
|
|
||||||
include package/Makefile.autotools.in
|
include package/Makefile.autotools.in
|
||||||
|
|
||||||
|
package-status:
|
||||||
|
@echo IMAGE=$(IMAGE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user