[packages] petitboot: add dependency on TARGET_ps3 (again)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 May 2010 13:15:57 +0000 (13:15 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 May 2010 13:15:57 +0000 (13:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21403 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/petitboot/Makefile

index 3429fb6..fb78afe 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