From ec36abc665a0d864cba36130d83fe9f2529d5b8d Mon Sep 17 00:00:00 2001 From: Neil Stockbridge Date: Sun, 29 Aug 2010 17:21:42 +1200 Subject: [PATCH] The help text in Nightsky is now more accurate --- nightsky/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nightsky/Makefile b/nightsky/Makefile index dd10397..1fef628 100644 --- a/nightsky/Makefile +++ b/nightsky/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nightsky -PKG_VERSION:=20100827 +PKG_VERSION:=20100829 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=cabbad95d87a3a80f3fe47e716b59239 +PKG_MD5SUM:=fa2ab06368988678aa14319aa3f07aac PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -29,6 +29,7 @@ define Package/nightsky/description Nightsky is a very basic rendering of the stars in the sky for devices that aren't powerful enough to run Stellarium endef +TARGET_CFLAGS+=-DNANONOTE TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib define Package/nightsky/install