From cff18222a7c0bff24ce4bb2ed35766ffeee2a999 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 7 Aug 2013 00:13:27 -0400 Subject: [PATCH] Add pbzip2 --- config/packages-list | 1 + stage3/hv-install-1 | 1 + stage3/packages-update | 1 + 3 files changed, 3 insertions(+) diff --git a/config/packages-list b/config/packages-list index 159bccf..49c7a90 100644 --- a/config/packages-list +++ b/config/packages-list @@ -33,6 +33,7 @@ ARM_BINUTILS=${BINUTILS} AVR_BINUTILS=${BINUTILS} BRIDGE_UTILS="bridge-utils-1.5" BZIP2="bzip2-1.0.6" +PBZIP2="pbzip2-1.1.6" CAIRO="cairo-1.12.14" CAIROMM="cairomm-1.10.0" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 94dde39..eb92c2b 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -76,6 +76,7 @@ ipkg -m noac ${ZIP} ipkg -m noac ${UNZIP} ipkg -m noac ${UNRAR} ipkg -m noac ${P7ZIP} +ipkg -m noac ${PBZIP2} ipkg ${CPIO} "\ --bindir=/bin \ --libexecdir=/tmp \ diff --git a/stage3/packages-update b/stage3/packages-update index adabe66..8783456 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -67,6 +67,7 @@ fpkg -f "unzip$(get_pkg_ver ${UNZIP} | sed 's!\.!!g')" -s "infozip" \ fpkg -f "unrarsrc-$(get_pkg_ver ${UNRAR})" -e "tar.gz" ${UNRAR} \ "http://www.rarlab.com/rar" fpkg -m sf -s "p7zip" ${P7ZIP} +fpkg -e "tar.gz" ${PBZIP2} "http://compression.ca/pbzip2" fpkg -m gnu ${CPIO} fpkg -m gnu ${SCREEN} -- 2.20.1