diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-03-18 14:50:16 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-03-18 14:50:16 +1000 |
| commit | a7e567556f6a528f21dd06430ba437119a02dce7 (patch) | |
| tree | 1d3644cc342937294f02a6f15c1348ea55ff27be /recipes-core | |
| parent | a318609e30c15cdd534a09c57c7af430069b806f (diff) | |
| download | meta-xilinx-a7e567556f6a528f21dd06430ba437119a02dce7.tar.gz | |
recipes: Updated recipes to match 'danny' versions
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-core')
| -rw-r--r--[-rwxr-xr-x] | recipes-core/glib-2.0/glib-2.0_2.32.4.bbappend (renamed from recipes-core/glib-2.0/glib-2.0_2.30.3.bbappend) | 0 | ||||
| -rw-r--r-- | recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bbappend | 21 | ||||
| -rw-r--r-- | recipes-core/util-linux/util-linux_2.21.2.bbappend (renamed from recipes-core/util-linux/util-linux_2.21.bbappend) | 0 |
3 files changed, 21 insertions, 0 deletions
diff --git a/recipes-core/glib-2.0/glib-2.0_2.30.3.bbappend b/recipes-core/glib-2.0/glib-2.0_2.32.4.bbappend index 598b1471..598b1471 100755..100644 --- a/recipes-core/glib-2.0/glib-2.0_2.30.3.bbappend +++ b/recipes-core/glib-2.0/glib-2.0_2.32.4.bbappend | |||
diff --git a/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bbappend b/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bbappend new file mode 100644 index 00000000..a14f28b4 --- /dev/null +++ b/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bbappend | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | |||
| 2 | pkg_postinst_${PN} () { | ||
| 3 | #!/bin/sh | ||
| 4 | # run this on the target | ||
| 5 | if [ "x$D" == "x" ]; then | ||
| 6 | tmp="${SERIAL_CONSOLES_CHECK}" | ||
| 7 | for i in $tmp | ||
| 8 | do | ||
| 9 | j=`echo ${i} | sed s/^.*\;//g` | ||
| 10 | if [ -z "`cat /proc/consoles | grep ${j}`" ]; then | ||
| 11 | sed -i /^.*${j}$/d /etc/inittab | ||
| 12 | fi | ||
| 13 | done | ||
| 14 | kill -HUP 1 | ||
| 15 | elif [ -d "$D" ]; then | ||
| 16 | exit 0 | ||
| 17 | else | ||
| 18 | exit 1 | ||
| 19 | fi | ||
| 20 | } | ||
| 21 | |||
diff --git a/recipes-core/util-linux/util-linux_2.21.bbappend b/recipes-core/util-linux/util-linux_2.21.2.bbappend index 057e880c..057e880c 100644 --- a/recipes-core/util-linux/util-linux_2.21.bbappend +++ b/recipes-core/util-linux/util-linux_2.21.2.bbappend | |||
