Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions package/gpsp/gpsp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
#############################################################################

#GPSP_VERSION = 862e940b8c108fb0d29f9a1644be7a5360d7230d
#GPSP_SITE = https://github.com/notaz/gpsp.git
GPSP_VERSION = 76fe0ae59beec19248eebb247b1e42cf12b70dd5
GPSP_SITE = https://github.com/nirvous/gpsp_lf1000.git
GPSP_VERSION = a58d2951e6f28ad6be2750dc851ecedeefc8da9e
GPSP_SITE = https://github.com/andymcca/gpsp-retroleap.git
GPSP_SITE_METHOD = git
GPSP_LICENSE = GPLv3
GPSP_LICENSE_FILES = COPYING
Expand All @@ -17,12 +15,11 @@ GPSP_GIT_SUBMODULES = YES


define GPSP_BUILD_CMDS
CFLAGS="$(TARGET_CFLAGS)" CXXFLAGS="$(TARGET_CXXFLAGS)" $(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" ARCH=arm -C $(@D) -f lf1000/Makefile all
CFLAGS="$(TARGET_CFLAGS) -I/home/lubuntu/newbuilds/retroleap/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/SDL -I/home/lubuntu/newbuilds/retroleap/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin" CXXFLAGS="$(TARGET_CXXFLAGS)" $(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" ARCH=arm POLLUX=1 WIZ=1 -C $(@D) -f gp2x/Makefile all
endef

define GPSP_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/gpsp_lf1000 $(TARGET_DIR)/usr/bin/
$(INSTALL) -D -m 0755 $(@D)/gpsp $(TARGET_DIR)/usr/bin/
endef

$(eval $(generic-package))