classes: Allow to specify another package file

This commit is contained in:
Holger Hans Peter Freyther 2014-08-09 23:47:15 +02:00
parent bd7a882db8
commit 0b3bb71871
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
DEPENDS = "smalltalk-native"
RDEPENDS_${PN} += "smalltalk"
GST_PACKAGE_XML ?= "package.xml"
smalltalk_package_do_compile() {
gst < /dev/null
gst-package --target-directory=. package.xml
gst-package --target-directory=. ${GST_PACKAGE_XML}
}
smalltalk_package_do_install () {