summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Hoinkis <simon.hoinkis@codethink.co.uk>2015-03-06 16:18:58 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-19 16:56:06 +0100
commiteeafc9ba900f2c27ed20abf4e16038683ac827f6 (patch)
treef42331ee901c021816c034448c01de399b259ebc
parent79ad123f5c88d81d056ba4da4b96e96db4f1d153 (diff)
downloaddefinitions-eeafc9ba900f2c27ed20abf4e16038683ac827f6.tar.gz
Add rpcd to cpe-wrt
-rw-r--r--strata/cpe-wrt.morph9
-rw-r--r--strata/cpe-wrt/rpcd.morph5
2 files changed, 14 insertions, 0 deletions
diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph
index d7163204..02d46a9f 100644
--- a/strata/cpe-wrt.morph
+++ b/strata/cpe-wrt.morph
@@ -72,6 +72,15 @@ chunks:
- libubox
- uci
- ubus
+- name: rpcd
+ morph: strata/openwrt/rpcd.morph
+ repo: upstream:rpcd
+ ref: 805e8ce8918237d93baafa53413c5c4ef0380504
+ unpetrify-ref:
+ build-depends:
+ - json-c
+ - ubus
+ - uci
- name: mtd
morph: strata/openwrt/mtd.morph
repo: upstream:mtd-utils
diff --git a/strata/cpe-wrt/rpcd.morph b/strata/cpe-wrt/rpcd.morph
new file mode 100644
index 00000000..85ca41a1
--- /dev/null
+++ b/strata/cpe-wrt/rpcd.morph
@@ -0,0 +1,5 @@
+name: rpcd
+kind: chunk
+
+pre-configure-commands:
+- sed -i "s/json\/json.h/json-c\/json.h/" include/rpcd/plugin.h