summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
downloadmeta-linaro-8d89651ef729e560ad96dcfc002fcde6ff7f923b.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb')
-rw-r--r--meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb b/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
new file mode 100644
index 0000000..2987b04
--- /dev/null
+++ b/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
@@ -0,0 +1,11 @@
1SUMMARY = "This package contains LNG specific configuration"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
5RDEPENDS_${PN} = "udev"
6
7SRC_URI = "file://70-persistent-net.rules"
8
9do_install() {
10 install -D -p -m644 ${WORKDIR}/70-persistent-net.rules ${D}/etc/udev/rules.d/70-persistent-net.rules
11}