[packages] petitboot: add dependency on TARGET_ps3 (again)
authorNicolas Thill <nico@openwrt.org>
Sat, 8 May 2010 13:15:57 +0000 (13:15 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 8 May 2010 13:15:57 +0000 (13:15 +0000)
SVN-Revision: 21403

utils/petitboot/Makefile

index 3429fb6f029011ce56a5a8f062ba808df660368c..fb78afe96c9c67d1ba45ab67c4ab15608d6370a2 100644 (file)
@@ -28,7 +28,7 @@ define Package/petitboot
        TITLE:=A kexec based bootloader
        URL:=http://ozlabs.org/~jk/projects/petitboot/
        MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
-       DEPENDS:=+kexec-tools +libncurses +libtwin +udev +ps3-utils
+       DEPENDS:=@TARGET_ps3 +kexec-tools +libncurses +libtwin +udev +ps3-utils
 endef
 
 define Package/petitboot/description