[oe-commits] org.oe.dev postgresql: added 8.2.4

polyonymous commit openembedded-commits at lists.openembedded.org
Fri May 11 20:23:19 UTC 2007


postgresql: added 8.2.4

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: e70ceff9620fd2551611e5c4fdaef7c7ddbde010
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e70ceff9620fd2551611e5c4fdaef7c7ddbde010
Files:
1
packages/postgresql/postgresql_8.1.8.bb
packages/postgresql/postgresql_8.2.4.bb
packages/postgresql/files
packages/postgresql/files/no-ecpg-test.patch
Diffs:

#
# mt diff -ref4e23b2bb8f550f0efee1060eef020a2a76de16 -re70ceff9620fd2551611e5c4fdaef7c7ddbde010
#
# 
# 
# rename "packages/postgresql/postgresql_8.1.8.bb"
#     to "packages/postgresql/postgresql_8.2.4.bb"
# 
# add_dir "packages/postgresql/files"
# 
# add_file "packages/postgresql/files/no-ecpg-test.patch"
#  content [ad60a5b92833fe1afcb91cac3a9c6708d74f421e]
# 
# add_file "packages/postgresql/postgresql_8.1.8.bb"
#  content [3457236ec656fc67c87d390af818ef6b2f5b9f75]
# 
# patch "packages/postgresql/postgresql_8.2.4.bb"
#  from [3457236ec656fc67c87d390af818ef6b2f5b9f75]
#    to [969bc54ca34868f98644e9c9079ec2525cc08bbc]
# 
============================================================
--- packages/postgresql/files/no-ecpg-test.patch	ad60a5b92833fe1afcb91cac3a9c6708d74f421e
+++ packages/postgresql/files/no-ecpg-test.patch	ad60a5b92833fe1afcb91cac3a9c6708d74f421e
@@ -0,0 +1,12 @@
+diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
+index dcd578f..1428423 100644
+--- a/src/interfaces/ecpg/Makefile
++++ b/src/interfaces/ecpg/Makefile
+@@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep:
+ 	$(MAKE) -C ecpglib $@
+ 	$(MAKE) -C compatlib $@
+ 	$(MAKE) -C preproc $@
+-	$(MAKE) -C test $@
+ 
+ clean distclean maintainer-clean:
+ 	-$(MAKE) -C include $@
============================================================
--- packages/postgresql/postgresql_8.1.8.bb	3457236ec656fc67c87d390af818ef6b2f5b9f75
+++ packages/postgresql/postgresql_8.1.8.bb	3457236ec656fc67c87d390af818ef6b2f5b9f75
@@ -0,0 +1,20 @@
+DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
+HOMEPAGE = "http://www.postgresql.com"
+LICENSE = "BSD"
+DEPENDS = "zlib readline"
+
+#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
+
+SRC_URI = "ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${PV}/${P}.tar.bz2"
+
+
+inherit autotools pkgconfig
+
+FILES_${PN}-doc += "${prefix}/doc/"
+
+do_compile_append() {
+cp /usr/sbin/zic ${S}/src/timezone/
+}
+
+
+
============================================================
--- packages/postgresql/postgresql_8.1.8.bb	3457236ec656fc67c87d390af818ef6b2f5b9f75
+++ packages/postgresql/postgresql_8.2.4.bb	969bc54ca34868f98644e9c9079ec2525cc08bbc
@@ -5,7 +5,8 @@ DEPENDS = "zlib readline"
 
 #WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
 
-SRC_URI = "ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${PV}/${P}.tar.bz2"
+SRC_URI = "ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${PV}/${P}.tar.bz2 \
+	file://no-ecpg-test.patch;patch=1"
 
 
 inherit autotools pkgconfig
@@ -16,5 +17,4 @@ cp /usr/sbin/zic ${S}/src/timezone/
 cp /usr/sbin/zic ${S}/src/timezone/
 }
 
+DEFAULT_PREFERENCE = "-1"
-
-






More information about the Openembedded-commits mailing list