From 782c1afddb928ee0f667b9deb3537e6ebfe00f55 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 6 Oct 2014 12:38:25 -0500 Subject: [PATCH] bb.org: stable: make sure ruby-dev is also installed Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- configs/bb.org-debian-next-4gb-v3.14.conf | 2 +- configs/bb.org-debian-next-4gb.conf | 2 +- configs/bb.org-debian-stable-4gb.conf | 2 +- configs/bb.org-debian-stable.conf | 2 +- target/chroot/beagleboard.org.sh | 2 -- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configs/bb.org-debian-next-4gb-v3.14.conf b/configs/bb.org-debian-next-4gb-v3.14.conf index 5b03e8d0a..d8b206241 100644 --- a/configs/bb.org-debian-next-4gb-v3.14.conf +++ b/configs/bb.org-debian-next-4gb-v3.14.conf @@ -15,7 +15,7 @@ deb_arch="armhf" # deb_include="avahi-daemon build-essential ca-certificates dosfstools git-core \ initramfs-tools linux-base locales lsb-release openssh-server rsync systemd \ -sudo wget nodejs nodejs-legacy npm lightdm openbox ruby ruby2.1-dev pastebinit \ +sudo wget nodejs nodejs-legacy npm lightdm openbox ruby ruby-dev pastebinit \ python-pip tmux xorg xserver-xorg-video-fbdev xserver-xorg-video-modesetting" # deb_exclude="" diff --git a/configs/bb.org-debian-next-4gb.conf b/configs/bb.org-debian-next-4gb.conf index d064d1323..549b5b515 100644 --- a/configs/bb.org-debian-next-4gb.conf +++ b/configs/bb.org-debian-next-4gb.conf @@ -15,7 +15,7 @@ deb_arch="armhf" # deb_include="avahi-daemon build-essential ca-certificates dosfstools git-core \ initramfs-tools linux-base locales lsb-release openssh-server rsync systemd \ -sudo wget nodejs nodejs-legacy npm lightdm openbox ruby ruby2.1-dev pastebinit \ +sudo wget nodejs nodejs-legacy npm lightdm openbox ruby ruby-dev pastebinit \ python-pip tmux xorg xserver-xorg-video-fbdev xserver-xorg-video-modesetting" # deb_exclude="" diff --git a/configs/bb.org-debian-stable-4gb.conf b/configs/bb.org-debian-stable-4gb.conf index 7d83a0bb9..e200ff4da 100644 --- a/configs/bb.org-debian-stable-4gb.conf +++ b/configs/bb.org-debian-stable-4gb.conf @@ -27,7 +27,7 @@ bison device-tree-compiler libtool less flex g++ gdb pkg-config vim libc-ares-de libssl-dev apache2-utils libxml2-dev tmux xserver-xorg-video-modesetting \ xserver-xorg-video-fbdev xserver-xorg x11-xserver-utils xinput lightdm alsa-utils evtest \ screen xrdp wicd-gtk wicd-cli wicd-curses libsdl1.2-dev python-pip python-setuptools \ -python2.7-dev python-serial python-smbus ruby libxss1 libnss3 libxslt1.1 libspeechd2 \ +python2.7-dev python-serial python-smbus ruby ruby-dev libxss1 libnss3 libxslt1.1 libspeechd2 \ lxde-core leafpad atmel-firmware firmware-ralink firmware-realtek libertas-firmware \ zd1211-firmware libopencv-core-dev libopencv-dev python-opencv" ## diff --git a/configs/bb.org-debian-stable.conf b/configs/bb.org-debian-stable.conf index 6fa5bea0b..43bad3edb 100644 --- a/configs/bb.org-debian-stable.conf +++ b/configs/bb.org-debian-stable.conf @@ -27,7 +27,7 @@ bison device-tree-compiler libtool less flex g++ gdb pkg-config vim libc-ares-de libssl-dev apache2-utils libxml2-dev tmux xserver-xorg-video-modesetting \ xserver-xorg-video-fbdev xserver-xorg x11-xserver-utils xinput lightdm alsa-utils evtest \ screen xrdp wicd-gtk wicd-cli wicd-curses libsdl1.2-dev python-pip python-setuptools \ -python2.7-dev python-serial python-smbus ruby libxss1 libnss3 libxslt1.1 libspeechd2 \ +python2.7-dev python-serial python-smbus ruby ruby-dev libxss1 libnss3 libxslt1.1 libspeechd2 \ lxde-core leafpad atmel-firmware firmware-ralink firmware-realtek libertas-firmware \ zd1211-firmware" ## diff --git a/target/chroot/beagleboard.org.sh b/target/chroot/beagleboard.org.sh index 19e574b98..553216c47 100755 --- a/target/chroot/beagleboard.org.sh +++ b/target/chroot/beagleboard.org.sh @@ -397,8 +397,6 @@ install_gem_pkgs () { gem_wheezy="--no-rdoc --no-ri" gem_jessie="--no-document" - echo "env: [`env`]" - echo "gem: [beaglebone]" gem install beaglebone -- GitLab