Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] rubix: add a hash file
@ 2015-11-25 12:17 Vicente Olivert Riera
  2015-11-25 12:18 ` [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable Vicente Olivert Riera
  2015-11-28 17:07 ` [Buildroot] [PATCH 1/2] rubix: add a hash file Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-11-25 12:17 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/rubix/rubix.hash | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/rubix/rubix.hash

diff --git a/package/rubix/rubix.hash b/package/rubix/rubix.hash
new file mode 100644
index 0000000..90fc9cd
--- /dev/null
+++ b/package/rubix/rubix.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 d3c6bf8bfa891e72baac0250a79d26045ddb4412b72d90de7c46091c07516b43  rubix-1.0.5.tar.bz2
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable
  2015-11-25 12:17 [Buildroot] [PATCH 1/2] rubix: add a hash file Vicente Olivert Riera
@ 2015-11-25 12:18 ` Vicente Olivert Riera
  2015-11-28 17:14   ` Thomas Petazzoni
  2015-11-28 17:07 ` [Buildroot] [PATCH 1/2] rubix: add a hash file Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-11-25 12:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/rubix/rubix.mk | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/package/rubix/rubix.mk b/package/rubix/rubix.mk
index dd23edf..b808bc0 100644
--- a/package/rubix/rubix.mk
+++ b/package/rubix/rubix.mk
@@ -7,12 +7,15 @@
 RUBIX_VERSION = 1.0.5
 RUBIX_SOURCE = rubix-$(RUBIX_VERSION).tar.bz2
 RUBIX_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix
-RUBIX_INSTALL_TARGET_OPTS = GAMESDIR=$(TARGET_DIR)/usr/games install
 RUBIX_LICENSE = Public Domain
 RUBIX_LICENSE_FILES = LICENCE
+RUBIX_DEPENDENCIES = xlib_libX11
 
-RUBIX_MAKE_OPTS = CC="$(TARGET_CC)" XINC="-I$(STAGING_DIR)/usr/include/X11" XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
+RUBIX_MAKE_OPTS = \
+	CC="$(TARGET_CC)" \
+	XINC="-I$(STAGING_DIR)/usr/include/X11" \
+	XLIB="-L$(STAGING_DIR)/usr/lib -lX11"
 
-RUBIX_DEPENDENCIES = xlib_libX11
+RUBIX_INSTALL_TARGET_OPTS = GAMESDIR=$(TARGET_DIR)/usr/games install
 
 $(eval $(autotools-package))
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] rubix: add a hash file
  2015-11-25 12:17 [Buildroot] [PATCH 1/2] rubix: add a hash file Vicente Olivert Riera
  2015-11-25 12:18 ` [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable Vicente Olivert Riera
@ 2015-11-28 17:07 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-11-28 17:07 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Wed, 25 Nov 2015 12:17:59 +0000, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/rubix/rubix.hash | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/rubix/rubix.hash

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable
  2015-11-25 12:18 ` [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable Vicente Olivert Riera
@ 2015-11-28 17:14   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-11-28 17:14 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Wed, 25 Nov 2015 12:18:00 +0000, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/rubix/rubix.mk | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-28 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 12:17 [Buildroot] [PATCH 1/2] rubix: add a hash file Vicente Olivert Riera
2015-11-25 12:18 ` [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable Vicente Olivert Riera
2015-11-28 17:14   ` Thomas Petazzoni
2015-11-28 17:07 ` [Buildroot] [PATCH 1/2] rubix: add a hash file Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox