[oe-commits] Koen Kooi : postgresql: ARM_INSTRUCTION_SET = "arm"

GIT User account git at amethyst.openembedded.net
Thu Jan 22 21:20:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0e50cf5e04fda9ce71683dc047cb3e78dacf705f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e50cf5e04fda9ce71683dc047cb3e78dacf705f

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 22 22:19:15 2009 +0100

postgresql: ARM_INSTRUCTION_SET = "arm"

---

 packages/postgresql/postgresql.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/postgresql/postgresql.inc b/packages/postgresql/postgresql.inc
index b30ff3f..da74516 100644
--- a/packages/postgresql/postgresql.inc
+++ b/packages/postgresql/postgresql.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.postgresql.com"
 LICENSE = "BSD"
 DEPENDS = "zlib readline"
 
+ARM_INSTRUCTION_SET = "arm"
+
 #WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
 
 SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"





More information about the Openembedded-commits mailing list