From 8ff69a919bd21b791e7afe4c7fa567447424abb1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 23 Feb 2012 15:45:45 +0100 Subject: [PATCH] postgresql: include Makefile.global in SSTATE_SCAN_FILES (From meta-openembedded rev: 18c8a86c9d5115452f74ecda41d694d9593c074a) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/postgresql/postgresql.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-openembedded/meta-oe/recipes-support/postgresql/postgresql.inc index 53c38df..ab6aea4 100644 --- a/meta-openembedded/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-openembedded/meta-oe/recipes-support/postgresql/postgresql.inc @@ -2,7 +2,7 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system. HOMEPAGE = "http://www.postgresql.com" LICENSE = "BSD" DEPENDS = "zlib readline tzcode-native" -INC_PR = "r5" +INC_PR = "r6" ARM_INSTRUCTION_SET = "arm" @@ -23,6 +23,8 @@ do_compile_append() { cp /usr/sbin/zic ${S}/src/timezone/ } +SSTATE_SCAN_FILES += "Makefile.global" + PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ libecpg-compat-dbg libecpg-compat \ libecpg-dbg libecpg libecpg-dev \ -- 2.7.4