diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-15 21:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-15 21:40:10 +0000 |
commit | 56d8f000eff4861a2f04a42e5abc12bd48ac6039 (patch) | |
tree | 3bebdf7521cfd1b92cb004c4b062988cd86fd394 /classes | |
parent | c9577c1b7842b21f60f60bc889df49483ae7158c (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/15 23:25:59+02:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/06/15 23:23:46+02:00 handhelds.org!zecke
qmake 2.00a update:
-Use the most recent version of qmake as found in Qt/X11 4rc1
-Update the oe-qmake.conf
2005/06/15 23:18:07+02:00 opfer.lan!dirk
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into wks-dirk.opfer.lan:/prj/zaurus/dev/openembedded
2005/06/15 23:16:28+02:00 opfer.lan!dirk
TOSA: update touchscreen. autoload touchscreen and sound modules on startup
2005/06/15 21:58:37+01:00 rpsys.net!RP
oprofile: update cvs version - some arm patches merged
2005/06/15 21:57:10+01:00 rpsys.net!RP
rootfs_ipk: Make the shell script valid
2005/06/15 22:38:57+02:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
2005/06/15 22:37:17+02:00 handhelds.org!zecke
Qt4 uic/moc:
-Use Qt/X11 4.0.0rc1 as the Embedded version is missing
-Update patch and configuration options to 4.0.0rc1 and
X11
BKrev: 42b0a03azEk5o8agXTo43EgKiE5_xg
Diffstat (limited to 'classes')
-rw-r--r-- | classes/rootfs_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass index 540d8404f0..062c957359 100644 --- a/classes/rootfs_ipk.bbclass +++ b/classes/rootfs_ipk.bbclass @@ -30,7 +30,7 @@ real_do_rootfs () { mkdir -p ${IMAGE_ROOTFS}/dev - if -z "${DEPLOY_KEEP_PACKAGES}"; then + if [ -z "${DEPLOY_KEEP_PACKAGES}" ]; then rm -f ${DEPLOY_DIR_IPK}/Packages touch ${DEPLOY_DIR_IPK}/Packages ipkg-make-index -r ${DEPLOY_DIR_IPK}/Packages -p ${DEPLOY_DIR_IPK}/Packages -l ${DEPLOY_DIR_IPK}/Packages.filelist -m ${DEPLOY_DIR_IPK} |