stagemanager: remove dep on quilt-native by zapping PATCHTOOL
authorKoen Kooi <koen@openembedded.org>
Thu, 19 Oct 2006 07:21:38 +0000 (07:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 19 Oct 2006 07:21:38 +0000 (07:21 +0000)
packages/stage-manager/stagemanager-native_0.0.1.bb

index 281c42c..7074d37 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Helper script for packaged-staging.bbclass"
+PR = "r1"
 
 SRC_URI = "file://stage-manager"
 LICENSE = "GPLv2"
@@ -7,6 +8,9 @@ PACKAGE_ARCH = "all"
 
 inherit native
 
+DEPENDS = " "
+PACKAGE_DEPENDS = " "
+PATCHTOOL = ""
 INHIBIT_DEFAULT_DEPS = "1"
 
 do_install() {