[oe-commits] org.oe.dev stagemanager: remove dep on quilt-native by zapping PATCHTOOL

koen commit openembedded-commits at lists.openembedded.org
Thu Oct 19 07:32:41 UTC 2006


stagemanager: remove dep on quilt-native by zapping PATCHTOOL

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 550348b1931dae4406f19b387efc96fee821723a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=550348b1931dae4406f19b387efc96fee821723a
Files:
1
packages/stage-manager/stagemanager-native_0.0.1.bb
Diffs:

#
# mt diff -r72be69ab8f3846addd2317cf617e438951a66d7d -r550348b1931dae4406f19b387efc96fee821723a
#
# 
# 
# patch "packages/stage-manager/stagemanager-native_0.0.1.bb"
#  from [ad5c4393b704b19c1717256100e1ea54c3b8c719]
#    to [2c67701cd33fc4fa2760a291fa2337c04e3420cd]
# 
============================================================
--- packages/stage-manager/stagemanager-native_0.0.1.bb	ad5c4393b704b19c1717256100e1ea54c3b8c719
+++ packages/stage-manager/stagemanager-native_0.0.1.bb	2c67701cd33fc4fa2760a291fa2337c04e3420cd
@@ -1,4 +1,5 @@ DESCRIPTION = "Helper script for package
 DESCRIPTION = "Helper script for packaged-staging.bbclass"
+PR = "r1"
 
 SRC_URI = "file://stage-manager"
 LICENSE = "GPLv2"
@@ -7,6 +8,9 @@ inherit native
 
 inherit native
 
+DEPENDS = " "
+PACKAGE_DEPENDS = " "
+PATCHTOOL = ""
 INHIBIT_DEFAULT_DEPS = "1"
 
 do_install() {






More information about the Openembedded-commits mailing list