aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openldap
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-06-20 08:46:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-20 08:46:54 +0000
commit63685be96ca10cfe0fab542c7a3750efbbc4aa28 (patch)
tree4ffdc6acfad5b4338c900655075464ebe60f45f1 /packages/openldap
parentb26302c8d2bc8fe9b635fdc0e586be1bc47ed6f5 (diff)
downloadopenembedded-63685be96ca10cfe0fab542c7a3750efbbc4aa28.tar.gz
openldap: Fixed typo in bb file which caused the initscript to be missed.
Diffstat (limited to 'packages/openldap')
-rw-r--r--packages/openldap/openldap_2.3.11.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openldap/openldap_2.3.11.bb b/packages/openldap/openldap_2.3.11.bb
index 26d017fb1e..4a80b3e1b6 100644
--- a/packages/openldap/openldap_2.3.11.bb
+++ b/packages/openldap/openldap_2.3.11.bb
@@ -12,13 +12,13 @@ PRIORITY = "optional"
LICENSE = "OpenLDAP"
SECTION = "libs"
-PR = "r2"
+PR = "r3"
LDAP_VER = "${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz"
SRC_URI += "file://openldap-m4-pthread.patch;patch=1"
-SCR-URI += "file://initscript";
+SCR_URI += "file://initscript";
# The build tries to run a host executable, this fails. The patch
# causes the executable and its data to be installed instead of
# the output - ucgendat must be run after the ipkg install!