aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core-ivi/busybox/busybox_1.20.2.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core-ivi/busybox/busybox_1.20.2.bbappend')
-rw-r--r--recipes-core-ivi/busybox/busybox_1.20.2.bbappend16
1 files changed, 3 insertions, 13 deletions
diff --git a/recipes-core-ivi/busybox/busybox_1.20.2.bbappend b/recipes-core-ivi/busybox/busybox_1.20.2.bbappend
index 7bec35f..b3a30fc 100644
--- a/recipes-core-ivi/busybox/busybox_1.20.2.bbappend
+++ b/recipes-core-ivi/busybox/busybox_1.20.2.bbappend
@@ -1,14 +1,4 @@
-PRINC = "3"
+PRINC := "${@int(PRINC) + 1}"
-# Do't register init scripts
-INITSCRIPT_PACKAGES = ""
-
-INITSCRIPT_NAME_${PN}-httpd = ""
-INITSCRIPT_NAME_${PN}-syslog = ""
-INITSCRIPT_NAME_${PN}-mdev = ""
-INITSCRIPT_PARAMS_${PN}-mdev = ""
-INITSCRIPT_NAME_${PN}-udhcpd = ""
-INITSCRIPT_NAME_${PN}-udhcpc = ""
-
-# Don' install syslog and udhcpc
-RRECOMMENDS_${PN} = ""
+FILESEXTRAPATHS := "${THISDIR}/${PN}-${PV}"
+SRC_URI += "file://defconfig"