Comments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #138 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

OpenWRT Makefile problem with DUMP=1

Reported by: reporter Owned by:
Priority: minor Milestone:
Component: LuCI Base Keywords:
Cc: INgo.Rah@…

Description

There is a problem when the packageinfo is generated (DUMP is set to 1). In this case PKG_VERSION is not set and thus the tmp/.packageinfo file contains an invalid entry.

luci/luci/Makefile should be changed:

ifeq ($(DUMP),)

PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne 's/Revision: //p')
PKG_VERSION:=0.9+svn$(PKG_REV)

else

PKG_VERSION:=...something...

endif
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

Attachments

Change History

Changed 2 years ago by jow

  • status changed from new to closed
  • resolution set to fixed

Fixed in recent versions

Add/Change #138 (OpenWRT Makefile problem with DUMP=1)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.