Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorMichael Lauer <mickey@vanille-media.de>
Sun, 3 Apr 2005 11:05:58 +0000 (11:05 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 3 Apr 2005 11:05:58 +0000 (11:05 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2005/04/03 12:29:16+02:00 uni-frankfurt.de!mickeyl
fix stupid POSTPROCESS vs. PREPROCESS issue in opie-image

BKrev: 424fce16T9DBoJ33Ho27tObE-1czbw

packages/meta/opie-image.bb

index 7a4e13a..19e2aa1 100644 (file)
@@ -5,7 +5,8 @@ FEED_URIS_append_openzaurus = " opie##http://openzaurus.org/official/unstable/${
 FEED_URIS_append_opensimpad = " opie##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/opie"
 FEED_URIS_append_familiar   = " opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie"
 
-PR = "r11"
+LICENSE = "MIT"
+PR = "r12"
 
 include opie-collections.inc
 
@@ -70,13 +71,7 @@ merge_feeds() {
 }
 
 
-# create a timestamp of the build date
-IMAGE_POSTPROCESS_COMMAND_openzaurus = "create_etc_timestamp"
-
-# merge feed-sources into ipkg.conf
-IMAGE_PREPROCESS_COMMAND = "merge_feeds"
+# merge feed-sources into ipkg.conf and create /etc/timestamp from build date
+IMAGE_PREPROCESS_COMMAND = "merge_feeds; create_etc_timestamp"
 
 inherit image_ipk
-
-
-LICENSE = MIT