aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openldap
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-06-26 13:19:25 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-26 13:19:25 +0000
commit3937415bfb927b39c221c72aba619cb463a68a1b (patch)
treede79778a49efdc13bb7a434c7da8b4a9111e6411 /packages/openldap
parentd64d969197bc1f0a69b112555d663e8d91d86013 (diff)
downloadopenembedded-3937415bfb927b39c221c72aba619cb463a68a1b.tar.gz
openldap: SCR_URI -> SRC_URI and removed superfluous ;
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 4a80b3e1b6..70e6547146 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 = "r3"
+PR = "r4"
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";
+SRC_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!