diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-04-17 15:13:52 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-04-17 15:19:58 +0200 |
commit | f55f96c79945e3c6c6d0fe907f8520a9eacd2677 (patch) | |
tree | 59f510e1b7fffd9e76ee2772cd3c2f90b3b36093 /patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch | |
parent | bc97394b41507955e58793df6859882ebb540ee4 (diff) |
Rebase after "Bugfix Broadcast Group".
While we're at if, fix whitespace errors in affected patches.
Change-Id: Ic14e3e13f9503ab4b9307e55c731825b8a33da3b
Diffstat (limited to 'patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch')
-rw-r--r-- | patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch b/patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch index b439b38e..e41275b5 100644 --- a/patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch +++ b/patches/fuel-plugin-opendaylight/0001-arm64-support-for-OpenDaylight-Fuel-Plugin.patch @@ -30,7 +30,7 @@ new file mode 100644 index 0000000..c72efeb --- /dev/null +++ b/deployment_scripts/puppet/modules/opendaylight/files/leveldb-arm64.patch -@@ -0,0 +1,36 @@ +@@ -0,0 +1,35 @@ +diff --git a/port/atomic_pointer.h b/port/atomic_pointer.h +index e17bf43..78cb6b3 100644 +--- a/port/atomic_pointer.h @@ -66,7 +66,6 @@ index 0000000..c72efeb + #undef ARCH_CPU_PPC_FAMILY + + } // namespace port -+ diff --git a/deployment_scripts/puppet/modules/opendaylight/files/leveldbjni-native.patch b/deployment_scripts/puppet/modules/opendaylight/files/leveldbjni-native.patch new file mode 100644 index 0000000..7520205 @@ -78,13 +77,13 @@ index 0000000..7520205 +--- a/leveldbjni-all/pom.xml ++++ b/leveldbjni-all/pom.xml +@@ -41,7 +41,7 @@ -+ ++ + <groupId>org.fusesource.leveldbjni</groupId> + <artifactId>leveldbjni-all</artifactId> +- <version>1.8</version> ++ <version>1.8-odl</version> + <packaging>bundle</packaging> -+ ++ + <name>${project.artifactId}</name> +@@ -119,7 +119,8 @@ + META-INF/native/osx/libleveldbjni.jnilib;osname=macosx;processor=x86, @@ -215,7 +214,7 @@ index 0000000..c708611 + ensure => 'present', + } + } -+ if ! defined(Package['openjdk-7-jdk']) { ++ if ! defined(Package['openjdk-7-jdk']) { + package { 'openjdk-7-jdk': + ensure => 'present', + } |