[oe-commits] Koen Kooi : ocf-linux: really fix depchains this time

git version control git at git.openembedded.org
Sat Jan 8 19:16:05 UTC 2011


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jan  8 20:13:11 2011 +0100

ocf-linux: really fix depchains this time

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/openssl/ocf-linux.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/openssl/ocf-linux.inc b/recipes/openssl/ocf-linux.inc
index d17add1..f62e420 100644
--- a/recipes/openssl/ocf-linux.inc
+++ b/recipes/openssl/ocf-linux.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Install required headers to enable OCF Linux support"
 LICENSE = "BSD"
 
-INC_PR = "r1"
+INC_PR = "r2"
 
 SRC_URI = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/${PV}/ocf-linux-${PV}.tar.gz"
 
@@ -19,4 +19,4 @@ do_install() {
     install -m 0644 ${S}/ocf/*.h ${D}${includedir}/crypto/
 }
 
-ALLOW_EMPTY = ""
+ALLOW_EMPTY = "1"





More information about the Openembedded-commits mailing list